Shades of Dark Pink #DC6084
Tints of Dark Pink #DC6084
RGB
CMYK
RGB Variations
Color information
#DC6084 (or 0xDC6084) is known color: Dark Pink. HEX triplet: DC, 60 and 84. RGB value is (220,96,132). Sum of RGB (Red+Green+Blue) = 220+96+132=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6084 is #239F7B. Grayscale: #898989. Windows color (decimal): -2334588 or 8675548. OLE color: 8675548.
HSL color Cylindrical-coordinate representation of color #DC6084: hue angle of 342.58º 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 #DC6084 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 132 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.14 |
| HSL | 342.58º | 0.64% | 0.62% | - |
| HSV(B) | 342.58º | 0.56% | 0.86% | - |
| XYZ | 37.86 | 25.25 | 24.71 | - |
| YUV | 137.18 | 125.08 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 132 | 0 | 0.56 | 0.40 | 0.14 | 342.58 | 0.64 | 0.62 |
| Hex | DC | 60 | 84 | 0 | 38 | 28 | E | 157 | 40 | 3E |
| Octal | 334 | 140 | 204 | 0 | 70 | 50 | 16 | 527 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10000100 | 0 | 111000 | 101000 | 1110 | 101010111 | 1000000 | 111110 |
Color Harmonies of #DC6084
Complementary color
Monochromatic Colors of #DC6084
Black with #DC6084
Text Example
Text Example
White with #DC6084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6084; }
p { color: rgb(220,96,132); }
H1.HeaderClassName
{
color: #DC6084;
}
.AnyTagClassName
{
color: #DC6084;
}
</style>
background-color css
<style>
a { background-color: #DC6084; }
a { background-color: rgb(220,96,132); }
div.DivClassName
{
background-color: #DC6084;
}
.BgClassName
{
background-color: #DC6084;
}
</style>
border-color css
<style>
span { border-color: #DC6084; }
span { border-color: rgb(220,96,132); }
td.TdClassName
{
border-color: #DC6084;
}
.TagClassName
{
border-color: #DC6084;
}
</style>