Shades of Dark Pink #DC5692
Tints of Dark Pink #DC5692
RGB
CMYK
RGB Variations
Color information
#DC5692 (or 0xDC5692) is known color: Dark Pink. HEX triplet: DC, 56 and 92. RGB value is (220,86,146). Sum of RGB (Red+Green+Blue) = 220+86+146=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5692 is #23A96D. Grayscale: #848484. Windows color (decimal): -2337134 or 9590492. OLE color: 9590492.
HSL color Cylindrical-coordinate representation of color #DC5692: hue angle of 333.13º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5692 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 146 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.14 |
| HSL | 333.13º | 0.66% | 0.6% | - |
| HSV(B) | 333.13º | 0.61% | 0.86% | - |
| XYZ | 38.03 | 23.95 | 29.81 | - |
| YUV | 132.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 146 | 0 | 0.61 | 0.34 | 0.14 | 333.13 | 0.66 | 0.6 |
| Hex | DC | 56 | 92 | 0 | 3D | 22 | E | 14D | 42 | 3C |
| Octal | 334 | 126 | 222 | 0 | 75 | 42 | 16 | 515 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10010010 | 0 | 111101 | 100010 | 1110 | 101001101 | 1000010 | 111100 |
Color Harmonies of #DC5692
Complementary color
Monochromatic Colors of #DC5692
Black with #DC5692
Text Example
Text Example
White with #DC5692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5692; }
p { color: rgb(220,86,146); }
H1.HeaderClassName
{
color: #DC5692;
}
.AnyTagClassName
{
color: #DC5692;
}
</style>
background-color css
<style>
a { background-color: #DC5692; }
a { background-color: rgb(220,86,146); }
div.DivClassName
{
background-color: #DC5692;
}
.BgClassName
{
background-color: #DC5692;
}
</style>
border-color css
<style>
span { border-color: #DC5692; }
span { border-color: rgb(220,86,146); }
td.TdClassName
{
border-color: #DC5692;
}
.TagClassName
{
border-color: #DC5692;
}
</style>