Shades of Dark Pink #DC6080
Tints of Dark Pink #DC6080
RGB
CMYK
RGB Variations
Color information
#DC6080 (or 0xDC6080) is known color: Dark Pink. HEX triplet: DC, 60 and 80. RGB value is (220,96,128). Sum of RGB (Red+Green+Blue) = 220+96+128=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6080 is #239F7F. Grayscale: #888888. Windows color (decimal): -2334592 or 8413404. OLE color: 8413404.
HSL color Cylindrical-coordinate representation of color #DC6080: hue angle of 344.52º 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 #DC6080 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 128 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.14 |
| HSL | 344.52º | 0.64% | 0.62% | - |
| HSV(B) | 344.52º | 0.56% | 0.86% | - |
| XYZ | 37.59 | 25.14 | 23.29 | - |
| YUV | 136.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 128 | 0 | 0.56 | 0.42 | 0.14 | 344.52 | 0.64 | 0.62 |
| Hex | DC | 60 | 80 | 0 | 38 | 2A | E | 159 | 40 | 3E |
| Octal | 334 | 140 | 200 | 0 | 70 | 52 | 16 | 531 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10000000 | 0 | 111000 | 101010 | 1110 | 101011001 | 1000000 | 111110 |
Color Harmonies of #DC6080
Complementary color
Monochromatic Colors of #DC6080
Black with #DC6080
Text Example
Text Example
White with #DC6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6080; }
p { color: rgb(220,96,128); }
H1.HeaderClassName
{
color: #DC6080;
}
.AnyTagClassName
{
color: #DC6080;
}
</style>
background-color css
<style>
a { background-color: #DC6080; }
a { background-color: rgb(220,96,128); }
div.DivClassName
{
background-color: #DC6080;
}
.BgClassName
{
background-color: #DC6080;
}
</style>
border-color css
<style>
span { border-color: #DC6080; }
span { border-color: rgb(220,96,128); }
td.TdClassName
{
border-color: #DC6080;
}
.TagClassName
{
border-color: #DC6080;
}
</style>