Shades of Hot Pink #DC64B5
Tints of Hot Pink #DC64B5
RGB
CMYK
RGB Variations
Color information
#DC64B5 (or 0xDC64B5) is known color: Hot Pink. HEX triplet: DC, 64 and B5. RGB value is (220,100,181). Sum of RGB (Red+Green+Blue) = 220+100+181=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64B5 is #239B4A. Grayscale: #909090. Windows color (decimal): -2333515 or 11887836. OLE color: 11887836.
HSL color Cylindrical-coordinate representation of color #DC64B5: hue angle of 319.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 #DC64B5 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 181 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.14 |
| HSL | 319.5º | 0.63% | 0.63% | - |
| HSV(B) | 319.5º | 0.55% | 0.86% | - |
| XYZ | 42.41 | 27.67 | 46.82 | - |
| YUV | 145.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 181 | 0 | 0.55 | 0.18 | 0.14 | 319.5 | 0.63 | 0.63 |
| Hex | DC | 64 | B5 | 0 | 37 | 12 | E | 140 | 3F | 3F |
| Octal | 334 | 144 | 265 | 0 | 67 | 22 | 16 | 500 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10110101 | 0 | 110111 | 10010 | 1110 | 101000000 | 111111 | 111111 |
Color Harmonies of #DC64B5
Complementary color
Monochromatic Colors of #DC64B5
Black with #DC64B5
Text Example
Text Example
White with #DC64B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64B5; }
p { color: rgb(220,100,181); }
H1.HeaderClassName
{
color: #DC64B5;
}
.AnyTagClassName
{
color: #DC64B5;
}
</style>
background-color css
<style>
a { background-color: #DC64B5; }
a { background-color: rgb(220,100,181); }
div.DivClassName
{
background-color: #DC64B5;
}
.BgClassName
{
background-color: #DC64B5;
}
</style>
border-color css
<style>
span { border-color: #DC64B5; }
span { border-color: rgb(220,100,181); }
td.TdClassName
{
border-color: #DC64B5;
}
.TagClassName
{
border-color: #DC64B5;
}
</style>