Shades of Dark Pink #DE5193
Tints of Dark Pink #DE5193
RGB
CMYK
RGB Variations
Color information
#DE5193 (or 0xDE5193) is known color: Dark Pink. HEX triplet: DE, 51 and 93. RGB value is (222,81,147). Sum of RGB (Red+Green+Blue) = 222+81+147=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5193 is #21AE6C. Grayscale: #828282. Windows color (decimal): -2207341 or 9654750. OLE color: 9654750.
HSL color Cylindrical-coordinate representation of color #DE5193: hue angle of 331.91º 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 #DE5193 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 147 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.13 |
| HSL | 331.91º | 0.68% | 0.59% | - |
| HSV(B) | 331.91º | 0.64% | 0.87% | - |
| XYZ | 38.33 | 23.52 | 30.12 | - |
| YUV | 130.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 147 | 0 | 0.64 | 0.34 | 0.13 | 331.91 | 0.68 | 0.59 |
| Hex | DE | 51 | 93 | 0 | 40 | 22 | D | 14C | 44 | 3B |
| Octal | 336 | 121 | 223 | 0 | 100 | 42 | 15 | 514 | 104 | 73 |
| Binary | 11011110 | 1010001 | 10010011 | 0 | 1000000 | 100010 | 1101 | 101001100 | 1000100 | 111011 |
Color Harmonies of #DE5193
Complementary color
Monochromatic Colors of #DE5193
Black with #DE5193
Text Example
Text Example
White with #DE5193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5193; }
p { color: rgb(222,81,147); }
H1.HeaderClassName
{
color: #DE5193;
}
.AnyTagClassName
{
color: #DE5193;
}
</style>
background-color css
<style>
a { background-color: #DE5193; }
a { background-color: rgb(222,81,147); }
div.DivClassName
{
background-color: #DE5193;
}
.BgClassName
{
background-color: #DE5193;
}
</style>
border-color css
<style>
span { border-color: #DE5193; }
span { border-color: rgb(222,81,147); }
td.TdClassName
{
border-color: #DE5193;
}
.TagClassName
{
border-color: #DE5193;
}
</style>