Shades of Dark Pink #DC6088
Tints of Dark Pink #DC6088
RGB
CMYK
RGB Variations
Color information
#DC6088 (or 0xDC6088) is known color: Dark Pink. HEX triplet: DC, 60 and 88. RGB value is (220,96,136). Sum of RGB (Red+Green+Blue) = 220+96+136=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6088 is #239F77. Grayscale: #898989. Windows color (decimal): -2334584 or 8937692. OLE color: 8937692.
HSL color Cylindrical-coordinate representation of color #DC6088: hue angle of 340.65º 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 #DC6088 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 136 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.14 |
| HSL | 340.65º | 0.64% | 0.62% | - |
| HSV(B) | 340.65º | 0.56% | 0.86% | - |
| XYZ | 38.14 | 25.36 | 26.18 | - |
| YUV | 137.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 136 | 0 | 0.56 | 0.38 | 0.14 | 340.65 | 0.64 | 0.62 |
| Hex | DC | 60 | 88 | 0 | 38 | 26 | E | 155 | 40 | 3E |
| Octal | 334 | 140 | 210 | 0 | 70 | 46 | 16 | 525 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10001000 | 0 | 111000 | 100110 | 1110 | 101010101 | 1000000 | 111110 |
Color Harmonies of #DC6088
Complementary color
Monochromatic Colors of #DC6088
Black with #DC6088
Text Example
Text Example
White with #DC6088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6088; }
p { color: rgb(220,96,136); }
H1.HeaderClassName
{
color: #DC6088;
}
.AnyTagClassName
{
color: #DC6088;
}
</style>
background-color css
<style>
a { background-color: #DC6088; }
a { background-color: rgb(220,96,136); }
div.DivClassName
{
background-color: #DC6088;
}
.BgClassName
{
background-color: #DC6088;
}
</style>
border-color css
<style>
span { border-color: #DC6088; }
span { border-color: rgb(220,96,136); }
td.TdClassName
{
border-color: #DC6088;
}
.TagClassName
{
border-color: #DC6088;
}
</style>