Shades of Dark Pink #DC5392
Tints of Dark Pink #DC5392
RGB
CMYK
RGB Variations
Color information
#DC5392 (or 0xDC5392) is known color: Dark Pink. HEX triplet: DC, 53 and 92. RGB value is (220,83,146). Sum of RGB (Red+Green+Blue) = 220+83+146=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5392 is #23AC6D. Grayscale: #838383. Windows color (decimal): -2337902 or 9589724. OLE color: 9589724.
HSL color Cylindrical-coordinate representation of color #DC5392: hue angle of 332.41º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5392 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 146 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.14 |
| HSL | 332.41º | 0.66% | 0.59% | - |
| HSV(B) | 332.41º | 0.62% | 0.86% | - |
| XYZ | 37.8 | 23.48 | 29.73 | - |
| YUV | 131.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 146 | 0 | 0.62 | 0.34 | 0.14 | 332.41 | 0.66 | 0.59 |
| Hex | DC | 53 | 92 | 0 | 3E | 22 | E | 14C | 42 | 3B |
| Octal | 334 | 123 | 222 | 0 | 76 | 42 | 16 | 514 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10010010 | 0 | 111110 | 100010 | 1110 | 101001100 | 1000010 | 111011 |
Color Harmonies of #DC5392
Complementary color
Monochromatic Colors of #DC5392
Black with #DC5392
Text Example
Text Example
White with #DC5392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5392; }
p { color: rgb(220,83,146); }
H1.HeaderClassName
{
color: #DC5392;
}
.AnyTagClassName
{
color: #DC5392;
}
</style>
background-color css
<style>
a { background-color: #DC5392; }
a { background-color: rgb(220,83,146); }
div.DivClassName
{
background-color: #DC5392;
}
.BgClassName
{
background-color: #DC5392;
}
</style>
border-color css
<style>
span { border-color: #DC5392; }
span { border-color: rgb(220,83,146); }
td.TdClassName
{
border-color: #DC5392;
}
.TagClassName
{
border-color: #DC5392;
}
</style>