Shades of Dark Pink #DE5393
Tints of Dark Pink #DE5393
RGB
CMYK
RGB Variations
Color information
#DE5393 (or 0xDE5393) is known color: Dark Pink. HEX triplet: DE, 53 and 93. RGB value is (222,83,147). Sum of RGB (Red+Green+Blue) = 222+83+147=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5393 is #21AC6C. Grayscale: #838383. Windows color (decimal): -2206829 or 9655262. OLE color: 9655262.
HSL color Cylindrical-coordinate representation of color #DE5393: hue angle of 332.37º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5393 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 147 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.13 |
| HSL | 332.37º | 0.68% | 0.6% | - |
| HSV(B) | 332.37º | 0.63% | 0.87% | - |
| XYZ | 38.48 | 23.82 | 30.17 | - |
| YUV | 131.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 147 | 0 | 0.63 | 0.34 | 0.13 | 332.37 | 0.68 | 0.6 |
| Hex | DE | 53 | 93 | 0 | 3F | 22 | D | 14C | 44 | 3C |
| Octal | 336 | 123 | 223 | 0 | 77 | 42 | 15 | 514 | 104 | 74 |
| Binary | 11011110 | 1010011 | 10010011 | 0 | 111111 | 100010 | 1101 | 101001100 | 1000100 | 111100 |
Color Harmonies of #DE5393
Complementary color
Monochromatic Colors of #DE5393
Black with #DE5393
Text Example
Text Example
White with #DE5393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5393; }
p { color: rgb(222,83,147); }
H1.HeaderClassName
{
color: #DE5393;
}
.AnyTagClassName
{
color: #DE5393;
}
</style>
background-color css
<style>
a { background-color: #DE5393; }
a { background-color: rgb(222,83,147); }
div.DivClassName
{
background-color: #DE5393;
}
.BgClassName
{
background-color: #DE5393;
}
</style>
border-color css
<style>
span { border-color: #DE5393; }
span { border-color: rgb(222,83,147); }
td.TdClassName
{
border-color: #DE5393;
}
.TagClassName
{
border-color: #DE5393;
}
</style>