Shades of Hot Pink #DC60B6
Tints of Hot Pink #DC60B6
RGB
CMYK
RGB Variations
Color information
#DC60B6 (or 0xDC60B6) is known color: Hot Pink. HEX triplet: DC, 60 and B6. RGB value is (220,96,182). Sum of RGB (Red+Green+Blue) = 220+96+182=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60B6 is #239F49. Grayscale: #8E8E8E. Windows color (decimal): -2334538 or 11952348. OLE color: 11952348.
HSL color Cylindrical-coordinate representation of color #DC60B6: hue angle of 318.39º 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 #DC60B6 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 182 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.14 |
| HSL | 318.39º | 0.64% | 0.62% | - |
| HSV(B) | 318.39º | 0.56% | 0.86% | - |
| XYZ | 42.14 | 26.96 | 47.24 | - |
| YUV | 142.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 182 | 0 | 0.56 | 0.17 | 0.14 | 318.39 | 0.64 | 0.62 |
| Hex | DC | 60 | B6 | 0 | 38 | 11 | E | 13E | 40 | 3E |
| Octal | 334 | 140 | 266 | 0 | 70 | 21 | 16 | 476 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10110110 | 0 | 111000 | 10001 | 1110 | 100111110 | 1000000 | 111110 |
Color Harmonies of #DC60B6
Complementary color
Monochromatic Colors of #DC60B6
Black with #DC60B6
Text Example
Text Example
White with #DC60B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60B6; }
p { color: rgb(220,96,182); }
H1.HeaderClassName
{
color: #DC60B6;
}
.AnyTagClassName
{
color: #DC60B6;
}
</style>
background-color css
<style>
a { background-color: #DC60B6; }
a { background-color: rgb(220,96,182); }
div.DivClassName
{
background-color: #DC60B6;
}
.BgClassName
{
background-color: #DC60B6;
}
</style>
border-color css
<style>
span { border-color: #DC60B6; }
span { border-color: rgb(220,96,182); }
td.TdClassName
{
border-color: #DC60B6;
}
.TagClassName
{
border-color: #DC60B6;
}
</style>