Shades of Hot Pink #DC60B4
Tints of Hot Pink #DC60B4
RGB
CMYK
RGB Variations
Color information
#DC60B4 (or 0xDC60B4) is known color: Hot Pink. HEX triplet: DC, 60 and B4. RGB value is (220,96,180). Sum of RGB (Red+Green+Blue) = 220+96+180=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60B4 is #239F4B. Grayscale: #8E8E8E. Windows color (decimal): -2334540 or 11821276. OLE color: 11821276.
HSL color Cylindrical-coordinate representation of color #DC60B4: hue angle of 319.35º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC60B4 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 180 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.14 |
| HSL | 319.35º | 0.64% | 0.62% | - |
| HSV(B) | 319.35º | 0.56% | 0.86% | - |
| XYZ | 41.94 | 26.88 | 46.16 | - |
| YUV | 142.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 180 | 0 | 0.56 | 0.18 | 0.14 | 319.35 | 0.64 | 0.62 |
| Hex | DC | 60 | B4 | 0 | 38 | 12 | E | 13F | 40 | 3E |
| Octal | 334 | 140 | 264 | 0 | 70 | 22 | 16 | 477 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10110100 | 0 | 111000 | 10010 | 1110 | 100111111 | 1000000 | 111110 |
Color Harmonies of #DC60B4
Complementary color
Monochromatic Colors of #DC60B4
Black with #DC60B4
Text Example
Text Example
White with #DC60B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60B4; }
p { color: rgb(220,96,180); }
H1.HeaderClassName
{
color: #DC60B4;
}
.AnyTagClassName
{
color: #DC60B4;
}
</style>
background-color css
<style>
a { background-color: #DC60B4; }
a { background-color: rgb(220,96,180); }
div.DivClassName
{
background-color: #DC60B4;
}
.BgClassName
{
background-color: #DC60B4;
}
</style>
border-color css
<style>
span { border-color: #DC60B4; }
span { border-color: rgb(220,96,180); }
td.TdClassName
{
border-color: #DC60B4;
}
.TagClassName
{
border-color: #DC60B4;
}
</style>