Shades of Hot Pink #DF66B1
Tints of Hot Pink #DF66B1
RGB
CMYK
RGB Variations
Color information
#DF66B1 (or 0xDF66B1) is known color: Hot Pink. HEX triplet: DF, 66 and B1. RGB value is (223,102,177). Sum of RGB (Red+Green+Blue) = 223+102+177=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF66B1 is #20994E. Grayscale: #929292. Windows color (decimal): -2136399 or 11626207. OLE color: 11626207.
HSL color Cylindrical-coordinate representation of color #DF66B1: hue angle of 322.81º 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 #DF66B1 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 177 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.13 |
| HSL | 322.81º | 0.65% | 0.64% | - |
| HSV(B) | 322.81º | 0.54% | 0.87% | - |
| XYZ | 43.12 | 28.37 | 44.8 | - |
| YUV | 146.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 177 | 0 | 0.54 | 0.21 | 0.13 | 322.81 | 0.65 | 0.64 |
| Hex | DF | 66 | B1 | 0 | 36 | 15 | D | 143 | 41 | 40 |
| Octal | 337 | 146 | 261 | 0 | 66 | 25 | 15 | 503 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10110001 | 0 | 110110 | 10101 | 1101 | 101000011 | 1000001 | 1000000 |
Color Harmonies of #DF66B1
Complementary color
Monochromatic Colors of #DF66B1
Black with #DF66B1
Text Example
Text Example
White with #DF66B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66B1; }
p { color: rgb(223,102,177); }
H1.HeaderClassName
{
color: #DF66B1;
}
.AnyTagClassName
{
color: #DF66B1;
}
</style>
background-color css
<style>
a { background-color: #DF66B1; }
a { background-color: rgb(223,102,177); }
div.DivClassName
{
background-color: #DF66B1;
}
.BgClassName
{
background-color: #DF66B1;
}
</style>
border-color css
<style>
span { border-color: #DF66B1; }
span { border-color: rgb(223,102,177); }
td.TdClassName
{
border-color: #DF66B1;
}
.TagClassName
{
border-color: #DF66B1;
}
</style>