Shades of Hot Pink #DC5CB2
Tints of Hot Pink #DC5CB2
RGB
CMYK
RGB Variations
Color information
#DC5CB2 (or 0xDC5CB2) is known color: Hot Pink. HEX triplet: DC, 5C and B2. RGB value is (220,92,178). Sum of RGB (Red+Green+Blue) = 220+92+178=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5CB2 is #23A34D. Grayscale: #8B8B8B. Windows color (decimal): -2335566 or 11689180. OLE color: 11689180.
HSL color Cylindrical-coordinate representation of color #DC5CB2: hue angle of 319.69º 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 #DC5CB2 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 178 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.14 |
| HSL | 319.69º | 0.65% | 0.61% | - |
| HSV(B) | 319.69º | 0.58% | 0.86% | - |
| XYZ | 41.38 | 26.08 | 44.97 | - |
| YUV | 140.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 178 | 0 | 0.58 | 0.19 | 0.14 | 319.69 | 0.65 | 0.61 |
| Hex | DC | 5C | B2 | 0 | 3A | 13 | E | 140 | 41 | 3D |
| Octal | 334 | 134 | 262 | 0 | 72 | 23 | 16 | 500 | 101 | 75 |
| Binary | 11011100 | 1011100 | 10110010 | 0 | 111010 | 10011 | 1110 | 101000000 | 1000001 | 111101 |
Color Harmonies of #DC5CB2
Complementary color
Monochromatic Colors of #DC5CB2
Black with #DC5CB2
Text Example
Text Example
White with #DC5CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5CB2; }
p { color: rgb(220,92,178); }
H1.HeaderClassName
{
color: #DC5CB2;
}
.AnyTagClassName
{
color: #DC5CB2;
}
</style>
background-color css
<style>
a { background-color: #DC5CB2; }
a { background-color: rgb(220,92,178); }
div.DivClassName
{
background-color: #DC5CB2;
}
.BgClassName
{
background-color: #DC5CB2;
}
</style>
border-color css
<style>
span { border-color: #DC5CB2; }
span { border-color: rgb(220,92,178); }
td.TdClassName
{
border-color: #DC5CB2;
}
.TagClassName
{
border-color: #DC5CB2;
}
</style>