Shades of Dark Pink #DC5289
Tints of Dark Pink #DC5289
RGB
CMYK
RGB Variations
Color information
#DC5289 (or 0xDC5289) is known color: Dark Pink. HEX triplet: DC, 52 and 89. RGB value is (220,82,137). Sum of RGB (Red+Green+Blue) = 220+82+137=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5289 is #23AD76. Grayscale: #818181. Windows color (decimal): -2338167 or 8999644. OLE color: 8999644.
HSL color Cylindrical-coordinate representation of color #DC5289: hue angle of 336.09º 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 #DC5289 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 137 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.14 |
| HSL | 336.09º | 0.66% | 0.59% | - |
| HSV(B) | 336.09º | 0.63% | 0.86% | - |
| XYZ | 37.05 | 23.06 | 26.16 | - |
| YUV | 129.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 137 | 0 | 0.63 | 0.38 | 0.14 | 336.09 | 0.66 | 0.59 |
| Hex | DC | 52 | 89 | 0 | 3F | 26 | E | 150 | 42 | 3B |
| Octal | 334 | 122 | 211 | 0 | 77 | 46 | 16 | 520 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10001001 | 0 | 111111 | 100110 | 1110 | 101010000 | 1000010 | 111011 |
Color Harmonies of #DC5289
Complementary color
Monochromatic Colors of #DC5289
Black with #DC5289
Text Example
Text Example
White with #DC5289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5289; }
p { color: rgb(220,82,137); }
H1.HeaderClassName
{
color: #DC5289;
}
.AnyTagClassName
{
color: #DC5289;
}
</style>
background-color css
<style>
a { background-color: #DC5289; }
a { background-color: rgb(220,82,137); }
div.DivClassName
{
background-color: #DC5289;
}
.BgClassName
{
background-color: #DC5289;
}
</style>
border-color css
<style>
span { border-color: #DC5289; }
span { border-color: rgb(220,82,137); }
td.TdClassName
{
border-color: #DC5289;
}
.TagClassName
{
border-color: #DC5289;
}
</style>