Shades of Dark Pink #DC6082
Tints of Dark Pink #DC6082
RGB
CMYK
RGB Variations
Color information
#DC6082 (or 0xDC6082) is known color: Dark Pink. HEX triplet: DC, 60 and 82. RGB value is (220,96,130). Sum of RGB (Red+Green+Blue) = 220+96+130=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6082 is #239F7D. Grayscale: #888888. Windows color (decimal): -2334590 or 8544476. OLE color: 8544476.
HSL color Cylindrical-coordinate representation of color #DC6082: hue angle of 343.55º 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 #DC6082 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 130 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.14 |
| HSL | 343.55º | 0.64% | 0.62% | - |
| HSV(B) | 343.55º | 0.56% | 0.86% | - |
| XYZ | 37.73 | 25.19 | 23.99 | - |
| YUV | 136.95 | 124.08 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 130 | 0 | 0.56 | 0.41 | 0.14 | 343.55 | 0.64 | 0.62 |
| Hex | DC | 60 | 82 | 0 | 38 | 29 | E | 158 | 40 | 3E |
| Octal | 334 | 140 | 202 | 0 | 70 | 51 | 16 | 530 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10000010 | 0 | 111000 | 101001 | 1110 | 101011000 | 1000000 | 111110 |
Color Harmonies of #DC6082
Complementary color
Monochromatic Colors of #DC6082
Black with #DC6082
Text Example
Text Example
White with #DC6082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6082; }
p { color: rgb(220,96,130); }
H1.HeaderClassName
{
color: #DC6082;
}
.AnyTagClassName
{
color: #DC6082;
}
</style>
background-color css
<style>
a { background-color: #DC6082; }
a { background-color: rgb(220,96,130); }
div.DivClassName
{
background-color: #DC6082;
}
.BgClassName
{
background-color: #DC6082;
}
</style>
border-color css
<style>
span { border-color: #DC6082; }
span { border-color: rgb(220,96,130); }
td.TdClassName
{
border-color: #DC6082;
}
.TagClassName
{
border-color: #DC6082;
}
</style>