Shades of Hot Pink #DF66B5
Tints of Hot Pink #DF66B5
RGB
CMYK
RGB Variations
Color information
#DF66B5 (or 0xDF66B5) is known color: Hot Pink. HEX triplet: DF, 66 and B5. RGB value is (223,102,181). Sum of RGB (Red+Green+Blue) = 223+102+181=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66B5 is #20994A. Grayscale: #929292. Windows color (decimal): -2136395 or 11888351. OLE color: 11888351.
HSL color Cylindrical-coordinate representation of color #DF66B5: hue angle of 320.83º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF66B5 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 181 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.13 |
| HSL | 320.83º | 0.65% | 0.64% | - |
| HSV(B) | 320.83º | 0.54% | 0.87% | - |
| XYZ | 43.52 | 28.53 | 46.93 | - |
| YUV | 147.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 181 | 0 | 0.54 | 0.19 | 0.13 | 320.83 | 0.65 | 0.64 |
| Hex | DF | 66 | B5 | 0 | 36 | 13 | D | 141 | 41 | 40 |
| Octal | 337 | 146 | 265 | 0 | 66 | 23 | 15 | 501 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10110101 | 0 | 110110 | 10011 | 1101 | 101000001 | 1000001 | 1000000 |
Color Harmonies of #DF66B5
Complementary color
Monochromatic Colors of #DF66B5
Black with #DF66B5
Text Example
Text Example
White with #DF66B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66B5; }
p { color: rgb(223,102,181); }
H1.HeaderClassName
{
color: #DF66B5;
}
.AnyTagClassName
{
color: #DF66B5;
}
</style>
background-color css
<style>
a { background-color: #DF66B5; }
a { background-color: rgb(223,102,181); }
div.DivClassName
{
background-color: #DF66B5;
}
.BgClassName
{
background-color: #DF66B5;
}
</style>
border-color css
<style>
span { border-color: #DF66B5; }
span { border-color: rgb(223,102,181); }
td.TdClassName
{
border-color: #DF66B5;
}
.TagClassName
{
border-color: #DF66B5;
}
</style>