Shades of Hot Pink #DF62AB
Tints of Hot Pink #DF62AB
RGB
CMYK
RGB Variations
Color information
#DF62AB (or 0xDF62AB) is known color: Hot Pink. HEX triplet: DF, 62 and AB. RGB value is (223,98,171). Sum of RGB (Red+Green+Blue) = 223+98+171=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF62AB is #209D54. Grayscale: #8F8F8F. Windows color (decimal): -2137429 or 11231967. OLE color: 11231967.
HSL color Cylindrical-coordinate representation of color #DF62AB: hue angle of 324.96º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF62AB is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 171 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.13 |
| HSL | 324.96º | 0.66% | 0.63% | - |
| HSV(B) | 324.96º | 0.56% | 0.87% | - |
| XYZ | 42.15 | 27.36 | 41.59 | - |
| YUV | 143.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 171 | 0 | 0.56 | 0.23 | 0.13 | 324.96 | 0.66 | 0.63 |
| Hex | DF | 62 | AB | 0 | 38 | 17 | D | 145 | 42 | 3F |
| Octal | 337 | 142 | 253 | 0 | 70 | 27 | 15 | 505 | 102 | 77 |
| Binary | 11011111 | 1100010 | 10101011 | 0 | 111000 | 10111 | 1101 | 101000101 | 1000010 | 111111 |
Color Harmonies of #DF62AB
Complementary color
Monochromatic Colors of #DF62AB
Black with #DF62AB
Text Example
Text Example
White with #DF62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62AB; }
p { color: rgb(223,98,171); }
H1.HeaderClassName
{
color: #DF62AB;
}
.AnyTagClassName
{
color: #DF62AB;
}
</style>
background-color css
<style>
a { background-color: #DF62AB; }
a { background-color: rgb(223,98,171); }
div.DivClassName
{
background-color: #DF62AB;
}
.BgClassName
{
background-color: #DF62AB;
}
</style>
border-color css
<style>
span { border-color: #DF62AB; }
span { border-color: rgb(223,98,171); }
td.TdClassName
{
border-color: #DF62AB;
}
.TagClassName
{
border-color: #DF62AB;
}
</style>