Shades of Dark Pink #DE5490
Tints of Dark Pink #DE5490
RGB
CMYK
RGB Variations
Color information
#DE5490 (or 0xDE5490) is known color: Dark Pink. HEX triplet: DE, 54 and 90. RGB value is (222,84,144). Sum of RGB (Red+Green+Blue) = 222+84+144=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5490 is #21AB6F. Grayscale: #848484. Windows color (decimal): -2206576 or 9458910. OLE color: 9458910.
HSL color Cylindrical-coordinate representation of color #DE5490: hue angle of 333.91º 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 #DE5490 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 144 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.13 |
| HSL | 333.91º | 0.68% | 0.6% | - |
| HSV(B) | 333.91º | 0.62% | 0.87% | - |
| XYZ | 38.33 | 23.88 | 28.98 | - |
| YUV | 132.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 144 | 0 | 0.62 | 0.35 | 0.13 | 333.91 | 0.68 | 0.6 |
| Hex | DE | 54 | 90 | 0 | 3E | 23 | D | 14E | 44 | 3C |
| Octal | 336 | 124 | 220 | 0 | 76 | 43 | 15 | 516 | 104 | 74 |
| Binary | 11011110 | 1010100 | 10010000 | 0 | 111110 | 100011 | 1101 | 101001110 | 1000100 | 111100 |
Color Harmonies of #DE5490
Complementary color
Monochromatic Colors of #DE5490
Black with #DE5490
Text Example
Text Example
White with #DE5490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5490; }
p { color: rgb(222,84,144); }
H1.HeaderClassName
{
color: #DE5490;
}
.AnyTagClassName
{
color: #DE5490;
}
</style>
background-color css
<style>
a { background-color: #DE5490; }
a { background-color: rgb(222,84,144); }
div.DivClassName
{
background-color: #DE5490;
}
.BgClassName
{
background-color: #DE5490;
}
</style>
border-color css
<style>
span { border-color: #DE5490; }
span { border-color: rgb(222,84,144); }
td.TdClassName
{
border-color: #DE5490;
}
.TagClassName
{
border-color: #DE5490;
}
</style>