Shades of Hot Pink #DC5CB4
Tints of Hot Pink #DC5CB4
RGB
CMYK
RGB Variations
Color information
#DC5CB4 (or 0xDC5CB4) is known color: Hot Pink. HEX triplet: DC, 5C and B4. RGB value is (220,92,180). Sum of RGB (Red+Green+Blue) = 220+92+180=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5CB4 is #23A34B. Grayscale: #8C8C8C. Windows color (decimal): -2335564 or 11820252. OLE color: 11820252.
HSL color Cylindrical-coordinate representation of color #DC5CB4: hue angle of 318.75º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5CB4 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 180 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.14 |
| HSL | 318.75º | 0.65% | 0.61% | - |
| HSV(B) | 318.75º | 0.58% | 0.86% | - |
| XYZ | 41.58 | 26.17 | 46.04 | - |
| YUV | 140.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 180 | 0 | 0.58 | 0.18 | 0.14 | 318.75 | 0.65 | 0.61 |
| Hex | DC | 5C | B4 | 0 | 3A | 12 | E | 13F | 41 | 3D |
| Octal | 334 | 134 | 264 | 0 | 72 | 22 | 16 | 477 | 101 | 75 |
| Binary | 11011100 | 1011100 | 10110100 | 0 | 111010 | 10010 | 1110 | 100111111 | 1000001 | 111101 |
Color Harmonies of #DC5CB4
Complementary color
Monochromatic Colors of #DC5CB4
Black with #DC5CB4
Text Example
Text Example
White with #DC5CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5CB4; }
p { color: rgb(220,92,180); }
H1.HeaderClassName
{
color: #DC5CB4;
}
.AnyTagClassName
{
color: #DC5CB4;
}
</style>
background-color css
<style>
a { background-color: #DC5CB4; }
a { background-color: rgb(220,92,180); }
div.DivClassName
{
background-color: #DC5CB4;
}
.BgClassName
{
background-color: #DC5CB4;
}
</style>
border-color css
<style>
span { border-color: #DC5CB4; }
span { border-color: rgb(220,92,180); }
td.TdClassName
{
border-color: #DC5CB4;
}
.TagClassName
{
border-color: #DC5CB4;
}
</style>