Shades of Hot Pink #DC64B3
Tints of Hot Pink #DC64B3
RGB
CMYK
RGB Variations
Color information
#DC64B3 (or 0xDC64B3) is known color: Hot Pink. HEX triplet: DC, 64 and B3. RGB value is (220,100,179). Sum of RGB (Red+Green+Blue) = 220+100+179=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64B3 is #239B4C. Grayscale: #909090. Windows color (decimal): -2333517 or 11756764. OLE color: 11756764.
HSL color Cylindrical-coordinate representation of color #DC64B3: hue angle of 320.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 #DC64B3 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 179 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.14 |
| HSL | 320.5º | 0.63% | 0.63% | - |
| HSV(B) | 320.5º | 0.55% | 0.86% | - |
| XYZ | 42.21 | 27.58 | 45.75 | - |
| YUV | 144.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 179 | 0 | 0.55 | 0.19 | 0.14 | 320.5 | 0.63 | 0.63 |
| Hex | DC | 64 | B3 | 0 | 37 | 13 | E | 140 | 3F | 3F |
| Octal | 334 | 144 | 263 | 0 | 67 | 23 | 16 | 500 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10110011 | 0 | 110111 | 10011 | 1110 | 101000000 | 111111 | 111111 |
Color Harmonies of #DC64B3
Complementary color
Monochromatic Colors of #DC64B3
Black with #DC64B3
Text Example
Text Example
White with #DC64B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64B3; }
p { color: rgb(220,100,179); }
H1.HeaderClassName
{
color: #DC64B3;
}
.AnyTagClassName
{
color: #DC64B3;
}
</style>
background-color css
<style>
a { background-color: #DC64B3; }
a { background-color: rgb(220,100,179); }
div.DivClassName
{
background-color: #DC64B3;
}
.BgClassName
{
background-color: #DC64B3;
}
</style>
border-color css
<style>
span { border-color: #DC64B3; }
span { border-color: rgb(220,100,179); }
td.TdClassName
{
border-color: #DC64B3;
}
.TagClassName
{
border-color: #DC64B3;
}
</style>