Shades of Dark Pink #DE4D90
Tints of Dark Pink #DE4D90
RGB
CMYK
RGB Variations
Color information
#DE4D90 (or 0xDE4D90) is known color: Dark Pink. HEX triplet: DE, 4D and 90. RGB value is (222,77,144). Sum of RGB (Red+Green+Blue) = 222+77+144=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4D90 is #21B26F. Grayscale: #7F7F7F. Windows color (decimal): -2208368 or 9457118. OLE color: 9457118.
HSL color Cylindrical-coordinate representation of color #DE4D90: hue angle of 332.28º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4D90 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 144 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.13 |
| HSL | 332.28º | 0.69% | 0.59% | - |
| HSV(B) | 332.28º | 0.65% | 0.87% | - |
| XYZ | 37.81 | 22.85 | 28.8 | - |
| YUV | 127.99 | 137.04 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 144 | 0 | 0.65 | 0.35 | 0.13 | 332.28 | 0.69 | 0.59 |
| Hex | DE | 4D | 90 | 0 | 41 | 23 | D | 14C | 45 | 3B |
| Octal | 336 | 115 | 220 | 0 | 101 | 43 | 15 | 514 | 105 | 73 |
| Binary | 11011110 | 1001101 | 10010000 | 0 | 1000001 | 100011 | 1101 | 101001100 | 1000101 | 111011 |
Color Harmonies of #DE4D90
Complementary color
Monochromatic Colors of #DE4D90
Black with #DE4D90
Text Example
Text Example
White with #DE4D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4D90; }
p { color: rgb(222,77,144); }
H1.HeaderClassName
{
color: #DE4D90;
}
.AnyTagClassName
{
color: #DE4D90;
}
</style>
background-color css
<style>
a { background-color: #DE4D90; }
a { background-color: rgb(222,77,144); }
div.DivClassName
{
background-color: #DE4D90;
}
.BgClassName
{
background-color: #DE4D90;
}
</style>
border-color css
<style>
span { border-color: #DE4D90; }
span { border-color: rgb(222,77,144); }
td.TdClassName
{
border-color: #DE4D90;
}
.TagClassName
{
border-color: #DE4D90;
}
</style>