Shades of Dark Pink #DC5D89
Tints of Dark Pink #DC5D89
RGB
CMYK
RGB Variations
Color information
#DC5D89 (or 0xDC5D89) is known color: Dark Pink. HEX triplet: DC, 5D and 89. RGB value is (220,93,137). Sum of RGB (Red+Green+Blue) = 220+93+137=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D89 is #23A276. Grayscale: #878787. Windows color (decimal): -2335351 or 9002460. OLE color: 9002460.
HSL color Cylindrical-coordinate representation of color #DC5D89: hue angle of 339.21º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D89 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 137 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.14 |
| HSL | 339.21º | 0.64% | 0.61% | - |
| HSV(B) | 339.21º | 0.58% | 0.86% | - |
| XYZ | 37.94 | 24.85 | 26.46 | - |
| YUV | 135.99 | 128.58 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 137 | 0 | 0.58 | 0.38 | 0.14 | 339.21 | 0.64 | 0.61 |
| Hex | DC | 5D | 89 | 0 | 3A | 26 | E | 153 | 40 | 3D |
| Octal | 334 | 135 | 211 | 0 | 72 | 46 | 16 | 523 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10001001 | 0 | 111010 | 100110 | 1110 | 101010011 | 1000000 | 111101 |
Color Harmonies of #DC5D89
Complementary color
Monochromatic Colors of #DC5D89
Black with #DC5D89
Text Example
Text Example
White with #DC5D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D89; }
p { color: rgb(220,93,137); }
H1.HeaderClassName
{
color: #DC5D89;
}
.AnyTagClassName
{
color: #DC5D89;
}
</style>
background-color css
<style>
a { background-color: #DC5D89; }
a { background-color: rgb(220,93,137); }
div.DivClassName
{
background-color: #DC5D89;
}
.BgClassName
{
background-color: #DC5D89;
}
</style>
border-color css
<style>
span { border-color: #DC5D89; }
span { border-color: rgb(220,93,137); }
td.TdClassName
{
border-color: #DC5D89;
}
.TagClassName
{
border-color: #DC5D89;
}
</style>