Shades of Dark Pink #DC5087
Tints of Dark Pink #DC5087
RGB
CMYK
RGB Variations
Color information
#DC5087 (or 0xDC5087) is known color: Dark Pink. HEX triplet: DC, 50 and 87. RGB value is (220,80,135). Sum of RGB (Red+Green+Blue) = 220+80+135=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5087 is #23AF78. Grayscale: #808080. Windows color (decimal): -2338681 or 8868060. OLE color: 8868060.
HSL color Cylindrical-coordinate representation of color #DC5087: hue angle of 336.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5087 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 135 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.14 |
| HSL | 336.43º | 0.67% | 0.59% | - |
| HSV(B) | 336.43º | 0.64% | 0.86% | - |
| XYZ | 36.76 | 22.7 | 25.37 | - |
| YUV | 128.13 | 131.88 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 135 | 0 | 0.64 | 0.39 | 0.14 | 336.43 | 0.67 | 0.59 |
| Hex | DC | 50 | 87 | 0 | 40 | 27 | E | 150 | 43 | 3B |
| Octal | 334 | 120 | 207 | 0 | 100 | 47 | 16 | 520 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10000111 | 0 | 1000000 | 100111 | 1110 | 101010000 | 1000011 | 111011 |
Color Harmonies of #DC5087
Complementary color
Monochromatic Colors of #DC5087
Black with #DC5087
Text Example
Text Example
White with #DC5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5087; }
p { color: rgb(220,80,135); }
H1.HeaderClassName
{
color: #DC5087;
}
.AnyTagClassName
{
color: #DC5087;
}
</style>
background-color css
<style>
a { background-color: #DC5087; }
a { background-color: rgb(220,80,135); }
div.DivClassName
{
background-color: #DC5087;
}
.BgClassName
{
background-color: #DC5087;
}
</style>
border-color css
<style>
span { border-color: #DC5087; }
span { border-color: rgb(220,80,135); }
td.TdClassName
{
border-color: #DC5087;
}
.TagClassName
{
border-color: #DC5087;
}
</style>