Shades of Dark Pink #DC5B89
Tints of Dark Pink #DC5B89
RGB
CMYK
RGB Variations
Color information
#DC5B89 (or 0xDC5B89) is known color: Dark Pink. HEX triplet: DC, 5B and 89. RGB value is (220,91,137). Sum of RGB (Red+Green+Blue) = 220+91+137=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5B89 is #23A476. Grayscale: #868686. Windows color (decimal): -2335863 or 9001948. OLE color: 9001948.
HSL color Cylindrical-coordinate representation of color #DC5B89: hue angle of 338.6º 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 #DC5B89 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 137 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.14 |
| HSL | 338.6º | 0.65% | 0.61% | - |
| HSV(B) | 338.6º | 0.59% | 0.86% | - |
| XYZ | 37.77 | 24.5 | 26.41 | - |
| YUV | 134.82 | 129.24 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 137 | 0 | 0.59 | 0.38 | 0.14 | 338.6 | 0.65 | 0.61 |
| Hex | DC | 5B | 89 | 0 | 3B | 26 | E | 153 | 41 | 3D |
| Octal | 334 | 133 | 211 | 0 | 73 | 46 | 16 | 523 | 101 | 75 |
| Binary | 11011100 | 1011011 | 10001001 | 0 | 111011 | 100110 | 1110 | 101010011 | 1000001 | 111101 |
Color Harmonies of #DC5B89
Complementary color
Monochromatic Colors of #DC5B89
Black with #DC5B89
Text Example
Text Example
White with #DC5B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B89; }
p { color: rgb(220,91,137); }
H1.HeaderClassName
{
color: #DC5B89;
}
.AnyTagClassName
{
color: #DC5B89;
}
</style>
background-color css
<style>
a { background-color: #DC5B89; }
a { background-color: rgb(220,91,137); }
div.DivClassName
{
background-color: #DC5B89;
}
.BgClassName
{
background-color: #DC5B89;
}
</style>
border-color css
<style>
span { border-color: #DC5B89; }
span { border-color: rgb(220,91,137); }
td.TdClassName
{
border-color: #DC5B89;
}
.TagClassName
{
border-color: #DC5B89;
}
</style>