Shades of Dark Pink #DE5491
Tints of Dark Pink #DE5491
RGB
CMYK
RGB Variations
Color information
#DE5491 (or 0xDE5491) is known color: Dark Pink. HEX triplet: DE, 54 and 91. RGB value is (222,84,145). Sum of RGB (Red+Green+Blue) = 222+84+145=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5491 is #21AB6E. Grayscale: #848484. Windows color (decimal): -2206575 or 9524446. OLE color: 9524446.
HSL color Cylindrical-coordinate representation of color #DE5491: hue angle of 333.48º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE5491 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 145 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.13 |
| HSL | 333.48º | 0.68% | 0.6% | - |
| HSV(B) | 333.48º | 0.62% | 0.87% | - |
| XYZ | 38.41 | 23.91 | 29.38 | - |
| YUV | 132.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 145 | 0 | 0.62 | 0.35 | 0.13 | 333.48 | 0.68 | 0.6 |
| Hex | DE | 54 | 91 | 0 | 3E | 23 | D | 14D | 44 | 3C |
| Octal | 336 | 124 | 221 | 0 | 76 | 43 | 15 | 515 | 104 | 74 |
| Binary | 11011110 | 1010100 | 10010001 | 0 | 111110 | 100011 | 1101 | 101001101 | 1000100 | 111100 |
Color Harmonies of #DE5491
Complementary color
Monochromatic Colors of #DE5491
Black with #DE5491
Text Example
Text Example
White with #DE5491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5491; }
p { color: rgb(222,84,145); }
H1.HeaderClassName
{
color: #DE5491;
}
.AnyTagClassName
{
color: #DE5491;
}
</style>
background-color css
<style>
a { background-color: #DE5491; }
a { background-color: rgb(222,84,145); }
div.DivClassName
{
background-color: #DE5491;
}
.BgClassName
{
background-color: #DE5491;
}
</style>
border-color css
<style>
span { border-color: #DE5491; }
span { border-color: rgb(222,84,145); }
td.TdClassName
{
border-color: #DE5491;
}
.TagClassName
{
border-color: #DE5491;
}
</style>