Shades of Hot Pink #DC64B2
Tints of Hot Pink #DC64B2
RGB
CMYK
RGB Variations
Color information
#DC64B2 (or 0xDC64B2) is known color: Hot Pink. HEX triplet: DC, 64 and B2. RGB value is (220,100,178). Sum of RGB (Red+Green+Blue) = 220+100+178=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC64B2 is #239B4D. Grayscale: #909090. Windows color (decimal): -2333518 or 11691228. OLE color: 11691228.
HSL color Cylindrical-coordinate representation of color #DC64B2: hue angle of 321º 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 #DC64B2 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 178 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.14 |
| HSL | 321º | 0.63% | 0.63% | - |
| HSV(B) | 321º | 0.55% | 0.86% | - |
| XYZ | 42.11 | 27.54 | 45.22 | - |
| YUV | 144.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 178 | 0 | 0.55 | 0.19 | 0.14 | 321 | 0.63 | 0.63 |
| Hex | DC | 64 | B2 | 0 | 37 | 13 | E | 141 | 3F | 3F |
| Octal | 334 | 144 | 262 | 0 | 67 | 23 | 16 | 501 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10110010 | 0 | 110111 | 10011 | 1110 | 101000001 | 111111 | 111111 |
Color Harmonies of #DC64B2
Complementary color
Monochromatic Colors of #DC64B2
Black with #DC64B2
Text Example
Text Example
White with #DC64B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64B2; }
p { color: rgb(220,100,178); }
H1.HeaderClassName
{
color: #DC64B2;
}
.AnyTagClassName
{
color: #DC64B2;
}
</style>
background-color css
<style>
a { background-color: #DC64B2; }
a { background-color: rgb(220,100,178); }
div.DivClassName
{
background-color: #DC64B2;
}
.BgClassName
{
background-color: #DC64B2;
}
</style>
border-color css
<style>
span { border-color: #DC64B2; }
span { border-color: rgb(220,100,178); }
td.TdClassName
{
border-color: #DC64B2;
}
.TagClassName
{
border-color: #DC64B2;
}
</style>