Shades of Dark Pink #DC5388
Tints of Dark Pink #DC5388
RGB
CMYK
RGB Variations
Color information
#DC5388 (or 0xDC5388) is known color: Dark Pink. HEX triplet: DC, 53 and 88. RGB value is (220,83,136). Sum of RGB (Red+Green+Blue) = 220+83+136=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5388 is #23AC77. Grayscale: #818181. Windows color (decimal): -2337912 or 8934364. OLE color: 8934364.
HSL color Cylindrical-coordinate representation of color #DC5388: hue angle of 336.79º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5388 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 136 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.14 |
| HSL | 336.79º | 0.66% | 0.59% | - |
| HSV(B) | 336.79º | 0.62% | 0.86% | - |
| XYZ | 37.05 | 23.18 | 25.81 | - |
| YUV | 130.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 136 | 0 | 0.62 | 0.38 | 0.14 | 336.79 | 0.66 | 0.59 |
| Hex | DC | 53 | 88 | 0 | 3E | 26 | E | 151 | 42 | 3B |
| Octal | 334 | 123 | 210 | 0 | 76 | 46 | 16 | 521 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10001000 | 0 | 111110 | 100110 | 1110 | 101010001 | 1000010 | 111011 |
Color Harmonies of #DC5388
Complementary color
Monochromatic Colors of #DC5388
Black with #DC5388
Text Example
Text Example
White with #DC5388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5388; }
p { color: rgb(220,83,136); }
H1.HeaderClassName
{
color: #DC5388;
}
.AnyTagClassName
{
color: #DC5388;
}
</style>
background-color css
<style>
a { background-color: #DC5388; }
a { background-color: rgb(220,83,136); }
div.DivClassName
{
background-color: #DC5388;
}
.BgClassName
{
background-color: #DC5388;
}
</style>
border-color css
<style>
span { border-color: #DC5388; }
span { border-color: rgb(220,83,136); }
td.TdClassName
{
border-color: #DC5388;
}
.TagClassName
{
border-color: #DC5388;
}
</style>