Shades of Dark Pink #DC5189
Tints of Dark Pink #DC5189
RGB
CMYK
RGB Variations
Color information
#DC5189 (or 0xDC5189) is known color: Dark Pink. HEX triplet: DC, 51 and 89. RGB value is (220,81,137). Sum of RGB (Red+Green+Blue) = 220+81+137=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5189 is #23AE76. Grayscale: #808080. Windows color (decimal): -2338423 or 8999388. OLE color: 8999388.
HSL color Cylindrical-coordinate representation of color #DC5189: hue angle of 335.83º degrees, saturation: 0.67, 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 #DC5189 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 137 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.14 |
| HSL | 335.83º | 0.67% | 0.59% | - |
| HSV(B) | 335.83º | 0.63% | 0.86% | - |
| XYZ | 36.97 | 22.91 | 26.14 | - |
| YUV | 128.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 137 | 0 | 0.63 | 0.38 | 0.14 | 335.83 | 0.67 | 0.59 |
| Hex | DC | 51 | 89 | 0 | 3F | 26 | E | 150 | 43 | 3B |
| Octal | 334 | 121 | 211 | 0 | 77 | 46 | 16 | 520 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10001001 | 0 | 111111 | 100110 | 1110 | 101010000 | 1000011 | 111011 |
Color Harmonies of #DC5189
Complementary color
Monochromatic Colors of #DC5189
Black with #DC5189
Text Example
Text Example
White with #DC5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5189; }
p { color: rgb(220,81,137); }
H1.HeaderClassName
{
color: #DC5189;
}
.AnyTagClassName
{
color: #DC5189;
}
</style>
background-color css
<style>
a { background-color: #DC5189; }
a { background-color: rgb(220,81,137); }
div.DivClassName
{
background-color: #DC5189;
}
.BgClassName
{
background-color: #DC5189;
}
</style>
border-color css
<style>
span { border-color: #DC5189; }
span { border-color: rgb(220,81,137); }
td.TdClassName
{
border-color: #DC5189;
}
.TagClassName
{
border-color: #DC5189;
}
</style>