Shades of Dark Pink #DC6087
Tints of Dark Pink #DC6087
RGB
CMYK
RGB Variations
Color information
#DC6087 (or 0xDC6087) is known color: Dark Pink. HEX triplet: DC, 60 and 87. RGB value is (220,96,135). Sum of RGB (Red+Green+Blue) = 220+96+135=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6087 is #239F78. Grayscale: #898989. Windows color (decimal): -2334585 or 8872156. OLE color: 8872156.
HSL color Cylindrical-coordinate representation of color #DC6087: hue angle of 341.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6087 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 135 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.14 |
| HSL | 341.13º | 0.64% | 0.62% | - |
| HSV(B) | 341.13º | 0.56% | 0.86% | - |
| XYZ | 38.07 | 25.33 | 25.8 | - |
| YUV | 137.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 135 | 0 | 0.56 | 0.39 | 0.14 | 341.13 | 0.64 | 0.62 |
| Hex | DC | 60 | 87 | 0 | 38 | 27 | E | 155 | 40 | 3E |
| Octal | 334 | 140 | 207 | 0 | 70 | 47 | 16 | 525 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10000111 | 0 | 111000 | 100111 | 1110 | 101010101 | 1000000 | 111110 |
Color Harmonies of #DC6087
Complementary color
Monochromatic Colors of #DC6087
Black with #DC6087
Text Example
Text Example
White with #DC6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6087; }
p { color: rgb(220,96,135); }
H1.HeaderClassName
{
color: #DC6087;
}
.AnyTagClassName
{
color: #DC6087;
}
</style>
background-color css
<style>
a { background-color: #DC6087; }
a { background-color: rgb(220,96,135); }
div.DivClassName
{
background-color: #DC6087;
}
.BgClassName
{
background-color: #DC6087;
}
</style>
border-color css
<style>
span { border-color: #DC6087; }
span { border-color: rgb(220,96,135); }
td.TdClassName
{
border-color: #DC6087;
}
.TagClassName
{
border-color: #DC6087;
}
</style>