Shades of Dark Pink #DC5286
Tints of Dark Pink #DC5286
RGB
CMYK
RGB Variations
Color information
#DC5286 (or 0xDC5286) is known color: Dark Pink. HEX triplet: DC, 52 and 86. RGB value is (220,82,134). Sum of RGB (Red+Green+Blue) = 220+82+134=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5286 is #23AD79. Grayscale: #818181. Windows color (decimal): -2338170 or 8803036. OLE color: 8803036.
HSL color Cylindrical-coordinate representation of color #DC5286: hue angle of 337.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5286 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 134 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.14 |
| HSL | 337.39º | 0.66% | 0.59% | - |
| HSV(B) | 337.39º | 0.63% | 0.86% | - |
| XYZ | 36.84 | 22.97 | 25.05 | - |
| YUV | 129.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 134 | 0 | 0.63 | 0.39 | 0.14 | 337.39 | 0.66 | 0.59 |
| Hex | DC | 52 | 86 | 0 | 3F | 27 | E | 151 | 42 | 3B |
| Octal | 334 | 122 | 206 | 0 | 77 | 47 | 16 | 521 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10000110 | 0 | 111111 | 100111 | 1110 | 101010001 | 1000010 | 111011 |
Color Harmonies of #DC5286
Complementary color
Monochromatic Colors of #DC5286
Black with #DC5286
Text Example
Text Example
White with #DC5286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5286; }
p { color: rgb(220,82,134); }
H1.HeaderClassName
{
color: #DC5286;
}
.AnyTagClassName
{
color: #DC5286;
}
</style>
background-color css
<style>
a { background-color: #DC5286; }
a { background-color: rgb(220,82,134); }
div.DivClassName
{
background-color: #DC5286;
}
.BgClassName
{
background-color: #DC5286;
}
</style>
border-color css
<style>
span { border-color: #DC5286; }
span { border-color: rgb(220,82,134); }
td.TdClassName
{
border-color: #DC5286;
}
.TagClassName
{
border-color: #DC5286;
}
</style>