Shades of Hot Pink #DF64B0
Tints of Hot Pink #DF64B0
RGB
CMYK
RGB Variations
Color information
#DF64B0 (or 0xDF64B0) is known color: Hot Pink. HEX triplet: DF, 64 and B0. RGB value is (223,100,176). Sum of RGB (Red+Green+Blue) = 223+100+176=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF64B0 is #209B4F. Grayscale: #919191. Windows color (decimal): -2136912 or 11560159. OLE color: 11560159.
HSL color Cylindrical-coordinate representation of color #DF64B0: hue angle of 322.93º 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 #DF64B0 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 176 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.13 |
| HSL | 322.93º | 0.66% | 0.63% | - |
| HSV(B) | 322.93º | 0.55% | 0.87% | - |
| XYZ | 42.83 | 27.94 | 44.21 | - |
| YUV | 145.44 | 145.25 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 176 | 0 | 0.55 | 0.21 | 0.13 | 322.93 | 0.66 | 0.63 |
| Hex | DF | 64 | B0 | 0 | 37 | 15 | D | 143 | 42 | 3F |
| Octal | 337 | 144 | 260 | 0 | 67 | 25 | 15 | 503 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10110000 | 0 | 110111 | 10101 | 1101 | 101000011 | 1000010 | 111111 |
Color Harmonies of #DF64B0
Complementary color
Monochromatic Colors of #DF64B0
Black with #DF64B0
Text Example
Text Example
White with #DF64B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64B0; }
p { color: rgb(223,100,176); }
H1.HeaderClassName
{
color: #DF64B0;
}
.AnyTagClassName
{
color: #DF64B0;
}
</style>
background-color css
<style>
a { background-color: #DF64B0; }
a { background-color: rgb(223,100,176); }
div.DivClassName
{
background-color: #DF64B0;
}
.BgClassName
{
background-color: #DF64B0;
}
</style>
border-color css
<style>
span { border-color: #DF64B0; }
span { border-color: rgb(223,100,176); }
td.TdClassName
{
border-color: #DF64B0;
}
.TagClassName
{
border-color: #DF64B0;
}
</style>