Shades of Hot Pink #DF64AB
Tints of Hot Pink #DF64AB
RGB
CMYK
RGB Variations
Color information
#DF64AB (or 0xDF64AB) is known color: Hot Pink. HEX triplet: DF, 64 and AB. RGB value is (223,100,171). Sum of RGB (Red+Green+Blue) = 223+100+171=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF64AB is #209B54. Grayscale: #909090. Windows color (decimal): -2136917 or 11232479. OLE color: 11232479.
HSL color Cylindrical-coordinate representation of color #DF64AB: hue angle of 325.37º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF64AB is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 171 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.13 |
| HSL | 325.37º | 0.66% | 0.63% | - |
| HSV(B) | 325.37º | 0.55% | 0.87% | - |
| XYZ | 42.34 | 27.74 | 41.65 | - |
| YUV | 144.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 171 | 0 | 0.55 | 0.23 | 0.13 | 325.37 | 0.66 | 0.63 |
| Hex | DF | 64 | AB | 0 | 37 | 17 | D | 145 | 42 | 3F |
| Octal | 337 | 144 | 253 | 0 | 67 | 27 | 15 | 505 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10101011 | 0 | 110111 | 10111 | 1101 | 101000101 | 1000010 | 111111 |
Color Harmonies of #DF64AB
Complementary color
Monochromatic Colors of #DF64AB
Black with #DF64AB
Text Example
Text Example
White with #DF64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64AB; }
p { color: rgb(223,100,171); }
H1.HeaderClassName
{
color: #DF64AB;
}
.AnyTagClassName
{
color: #DF64AB;
}
</style>
background-color css
<style>
a { background-color: #DF64AB; }
a { background-color: rgb(223,100,171); }
div.DivClassName
{
background-color: #DF64AB;
}
.BgClassName
{
background-color: #DF64AB;
}
</style>
border-color css
<style>
span { border-color: #DF64AB; }
span { border-color: rgb(223,100,171); }
td.TdClassName
{
border-color: #DF64AB;
}
.TagClassName
{
border-color: #DF64AB;
}
</style>