Shades of Dark Pink #DE5190
Tints of Dark Pink #DE5190
RGB
CMYK
RGB Variations
Color information
#DE5190 (or 0xDE5190) is known color: Dark Pink. HEX triplet: DE, 51 and 90. RGB value is (222,81,144). Sum of RGB (Red+Green+Blue) = 222+81+144=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5190 is #21AE6F. Grayscale: #828282. Windows color (decimal): -2207344 or 9458142. OLE color: 9458142.
HSL color Cylindrical-coordinate representation of color #DE5190: hue angle of 333.19º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5190 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 144 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.13 |
| HSL | 333.19º | 0.68% | 0.59% | - |
| HSV(B) | 333.19º | 0.64% | 0.87% | - |
| XYZ | 38.1 | 23.43 | 28.9 | - |
| YUV | 130.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 144 | 0 | 0.64 | 0.35 | 0.13 | 333.19 | 0.68 | 0.59 |
| Hex | DE | 51 | 90 | 0 | 40 | 23 | D | 14D | 44 | 3B |
| Octal | 336 | 121 | 220 | 0 | 100 | 43 | 15 | 515 | 104 | 73 |
| Binary | 11011110 | 1010001 | 10010000 | 0 | 1000000 | 100011 | 1101 | 101001101 | 1000100 | 111011 |
Color Harmonies of #DE5190
Complementary color
Monochromatic Colors of #DE5190
Black with #DE5190
Text Example
Text Example
White with #DE5190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5190; }
p { color: rgb(222,81,144); }
H1.HeaderClassName
{
color: #DE5190;
}
.AnyTagClassName
{
color: #DE5190;
}
</style>
background-color css
<style>
a { background-color: #DE5190; }
a { background-color: rgb(222,81,144); }
div.DivClassName
{
background-color: #DE5190;
}
.BgClassName
{
background-color: #DE5190;
}
</style>
border-color css
<style>
span { border-color: #DE5190; }
span { border-color: rgb(222,81,144); }
td.TdClassName
{
border-color: #DE5190;
}
.TagClassName
{
border-color: #DE5190;
}
</style>