Shades of Dark Pink #DC5288
Tints of Dark Pink #DC5288
RGB
CMYK
RGB Variations
Color information
#DC5288 (or 0xDC5288) is known color: Dark Pink. HEX triplet: DC, 52 and 88. RGB value is (220,82,136). Sum of RGB (Red+Green+Blue) = 220+82+136=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5288 is #23AD77. Grayscale: #818181. Windows color (decimal): -2338168 or 8934108. OLE color: 8934108.
HSL color Cylindrical-coordinate representation of color #DC5288: hue angle of 336.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5288 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 136 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.14 |
| HSL | 336.52º | 0.66% | 0.59% | - |
| HSV(B) | 336.52º | 0.63% | 0.86% | - |
| XYZ | 36.98 | 23.03 | 25.79 | - |
| YUV | 129.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 136 | 0 | 0.63 | 0.38 | 0.14 | 336.52 | 0.66 | 0.59 |
| Hex | DC | 52 | 88 | 0 | 3F | 26 | E | 151 | 42 | 3B |
| Octal | 334 | 122 | 210 | 0 | 77 | 46 | 16 | 521 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10001000 | 0 | 111111 | 100110 | 1110 | 101010001 | 1000010 | 111011 |
Color Harmonies of #DC5288
Complementary color
Monochromatic Colors of #DC5288
Black with #DC5288
Text Example
Text Example
White with #DC5288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5288; }
p { color: rgb(220,82,136); }
H1.HeaderClassName
{
color: #DC5288;
}
.AnyTagClassName
{
color: #DC5288;
}
</style>
background-color css
<style>
a { background-color: #DC5288; }
a { background-color: rgb(220,82,136); }
div.DivClassName
{
background-color: #DC5288;
}
.BgClassName
{
background-color: #DC5288;
}
</style>
border-color css
<style>
span { border-color: #DC5288; }
span { border-color: rgb(220,82,136); }
td.TdClassName
{
border-color: #DC5288;
}
.TagClassName
{
border-color: #DC5288;
}
</style>