Shades of Dark Pink #DC5291
Tints of Dark Pink #DC5291
RGB
CMYK
RGB Variations
Color information
#DC5291 (or 0xDC5291) is known color: Dark Pink. HEX triplet: DC, 52 and 91. RGB value is (220,82,145). Sum of RGB (Red+Green+Blue) = 220+82+145=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5291 is #23AD6E. Grayscale: #828282. Windows color (decimal): -2338159 or 9523932. OLE color: 9523932.
HSL color Cylindrical-coordinate representation of color #DC5291: hue angle of 332.61º 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 #DC5291 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 145 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.14 |
| HSL | 332.61º | 0.66% | 0.59% | - |
| HSV(B) | 332.61º | 0.63% | 0.86% | - |
| XYZ | 37.64 | 23.29 | 29.3 | - |
| YUV | 130.44 | 136.22 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 145 | 0 | 0.63 | 0.34 | 0.14 | 332.61 | 0.66 | 0.59 |
| Hex | DC | 52 | 91 | 0 | 3F | 22 | E | 14D | 42 | 3B |
| Octal | 334 | 122 | 221 | 0 | 77 | 42 | 16 | 515 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10010001 | 0 | 111111 | 100010 | 1110 | 101001101 | 1000010 | 111011 |
Color Harmonies of #DC5291
Complementary color
Monochromatic Colors of #DC5291
Black with #DC5291
Text Example
Text Example
White with #DC5291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5291; }
p { color: rgb(220,82,145); }
H1.HeaderClassName
{
color: #DC5291;
}
.AnyTagClassName
{
color: #DC5291;
}
</style>
background-color css
<style>
a { background-color: #DC5291; }
a { background-color: rgb(220,82,145); }
div.DivClassName
{
background-color: #DC5291;
}
.BgClassName
{
background-color: #DC5291;
}
</style>
border-color css
<style>
span { border-color: #DC5291; }
span { border-color: rgb(220,82,145); }
td.TdClassName
{
border-color: #DC5291;
}
.TagClassName
{
border-color: #DC5291;
}
</style>