Shades of Dark Pink #DC5B8C
Tints of Dark Pink #DC5B8C
RGB
CMYK
RGB Variations
Color information
#DC5B8C (or 0xDC5B8C) is known color: Dark Pink. HEX triplet: DC, 5B and 8C. RGB value is (220,91,140). Sum of RGB (Red+Green+Blue) = 220+91+140=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5B8C is #23A473. Grayscale: #878787. Windows color (decimal): -2335860 or 9198556. OLE color: 9198556.
HSL color Cylindrical-coordinate representation of color #DC5B8C: hue angle of 337.21º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5B8C is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 140 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.14 |
| HSL | 337.21º | 0.65% | 0.61% | - |
| HSV(B) | 337.21º | 0.59% | 0.86% | - |
| XYZ | 37.99 | 24.59 | 27.56 | - |
| YUV | 135.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 140 | 0 | 0.59 | 0.36 | 0.14 | 337.21 | 0.65 | 0.61 |
| Hex | DC | 5B | 8C | 0 | 3B | 24 | E | 151 | 41 | 3D |
| Octal | 334 | 133 | 214 | 0 | 73 | 44 | 16 | 521 | 101 | 75 |
| Binary | 11011100 | 1011011 | 10001100 | 0 | 111011 | 100100 | 1110 | 101010001 | 1000001 | 111101 |
Color Harmonies of #DC5B8C
Complementary color
Monochromatic Colors of #DC5B8C
Black with #DC5B8C
Text Example
Text Example
White with #DC5B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B8C; }
p { color: rgb(220,91,140); }
H1.HeaderClassName
{
color: #DC5B8C;
}
.AnyTagClassName
{
color: #DC5B8C;
}
</style>
background-color css
<style>
a { background-color: #DC5B8C; }
a { background-color: rgb(220,91,140); }
div.DivClassName
{
background-color: #DC5B8C;
}
.BgClassName
{
background-color: #DC5B8C;
}
</style>
border-color css
<style>
span { border-color: #DC5B8C; }
span { border-color: rgb(220,91,140); }
td.TdClassName
{
border-color: #DC5B8C;
}
.TagClassName
{
border-color: #DC5B8C;
}
</style>