Shades of Hot Pink #DF68B6
Tints of Hot Pink #DF68B6
RGB
CMYK
RGB Variations
Color information
#DF68B6 (or 0xDF68B6) is known color: Hot Pink. HEX triplet: DF, 68 and B6. RGB value is (223,104,182). Sum of RGB (Red+Green+Blue) = 223+104+182=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68B6 is #209749. Grayscale: #949494. Windows color (decimal): -2135882 or 11954399. OLE color: 11954399.
HSL color Cylindrical-coordinate representation of color #DF68B6: hue angle of 320.67º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF68B6 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 182 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.13 |
| HSL | 320.67º | 0.65% | 0.64% | - |
| HSV(B) | 320.67º | 0.53% | 0.87% | - |
| XYZ | 43.83 | 28.97 | 47.54 | - |
| YUV | 148.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 182 | 0 | 0.53 | 0.18 | 0.13 | 320.67 | 0.65 | 0.64 |
| Hex | DF | 68 | B6 | 0 | 35 | 12 | D | 141 | 41 | 40 |
| Octal | 337 | 150 | 266 | 0 | 65 | 22 | 15 | 501 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10110110 | 0 | 110101 | 10010 | 1101 | 101000001 | 1000001 | 1000000 |
Color Harmonies of #DF68B6
Complementary color
Monochromatic Colors of #DF68B6
Black with #DF68B6
Text Example
Text Example
White with #DF68B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68B6; }
p { color: rgb(223,104,182); }
H1.HeaderClassName
{
color: #DF68B6;
}
.AnyTagClassName
{
color: #DF68B6;
}
</style>
background-color css
<style>
a { background-color: #DF68B6; }
a { background-color: rgb(223,104,182); }
div.DivClassName
{
background-color: #DF68B6;
}
.BgClassName
{
background-color: #DF68B6;
}
</style>
border-color css
<style>
span { border-color: #DF68B6; }
span { border-color: rgb(223,104,182); }
td.TdClassName
{
border-color: #DF68B6;
}
.TagClassName
{
border-color: #DF68B6;
}
</style>