Shades of Hot Pink #DC64B7
Tints of Hot Pink #DC64B7
RGB
CMYK
RGB Variations
Color information
#DC64B7 (or 0xDC64B7) is known color: Hot Pink. HEX triplet: DC, 64 and B7. RGB value is (220,100,183). Sum of RGB (Red+Green+Blue) = 220+100+183=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64B7 is #239B48. Grayscale: #919191. Windows color (decimal): -2333513 or 12018908. OLE color: 12018908.
HSL color Cylindrical-coordinate representation of color #DC64B7: hue angle of 318.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC64B7 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 183 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.14 |
| HSL | 318.5º | 0.63% | 0.63% | - |
| HSV(B) | 318.5º | 0.55% | 0.86% | - |
| XYZ | 42.62 | 27.75 | 47.91 | - |
| YUV | 145.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 183 | 0 | 0.55 | 0.17 | 0.14 | 318.5 | 0.63 | 0.63 |
| Hex | DC | 64 | B7 | 0 | 37 | 11 | E | 13E | 3F | 3F |
| Octal | 334 | 144 | 267 | 0 | 67 | 21 | 16 | 476 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10110111 | 0 | 110111 | 10001 | 1110 | 100111110 | 111111 | 111111 |
Color Harmonies of #DC64B7
Complementary color
Monochromatic Colors of #DC64B7
Black with #DC64B7
Text Example
Text Example
White with #DC64B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64B7; }
p { color: rgb(220,100,183); }
H1.HeaderClassName
{
color: #DC64B7;
}
.AnyTagClassName
{
color: #DC64B7;
}
</style>
background-color css
<style>
a { background-color: #DC64B7; }
a { background-color: rgb(220,100,183); }
div.DivClassName
{
background-color: #DC64B7;
}
.BgClassName
{
background-color: #DC64B7;
}
</style>
border-color css
<style>
span { border-color: #DC64B7; }
span { border-color: rgb(220,100,183); }
td.TdClassName
{
border-color: #DC64B7;
}
.TagClassName
{
border-color: #DC64B7;
}
</style>