Shades of Pale Violet Red #DE5D93
Tints of Pale Violet Red #DE5D93
RGB
CMYK
RGB Variations
Color information
#DE5D93 (or 0xDE5D93) is known color: Pale Violet Red. HEX triplet: DE, 5D and 93. RGB value is (222,93,147). Sum of RGB (Red+Green+Blue) = 222+93+147=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5D93 is #21A26C. Grayscale: #898989. Windows color (decimal): -2204269 or 9657822. OLE color: 9657822.
HSL color Cylindrical-coordinate representation of color #DE5D93: hue angle of 334.88º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5D93 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 93 | 147 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.13 |
| HSL | 334.88º | 0.66% | 0.62% | - |
| HSV(B) | 334.88º | 0.58% | 0.87% | - |
| XYZ | 39.31 | 25.46 | 30.45 | - |
| YUV | 137.73 | 133.24 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 93 | 147 | 0 | 0.58 | 0.34 | 0.13 | 334.88 | 0.66 | 0.62 |
| Hex | DE | 5D | 93 | 0 | 3A | 22 | D | 14F | 42 | 3E |
| Octal | 336 | 135 | 223 | 0 | 72 | 42 | 15 | 517 | 102 | 76 |
| Binary | 11011110 | 1011101 | 10010011 | 0 | 111010 | 100010 | 1101 | 101001111 | 1000010 | 111110 |
Color Harmonies of #DE5D93
Complementary color
Monochromatic Colors of #DE5D93
Black with #DE5D93
Text Example
Text Example
White with #DE5D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5D93; }
p { color: rgb(222,93,147); }
H1.HeaderClassName
{
color: #DE5D93;
}
.AnyTagClassName
{
color: #DE5D93;
}
</style>
background-color css
<style>
a { background-color: #DE5D93; }
a { background-color: rgb(222,93,147); }
div.DivClassName
{
background-color: #DE5D93;
}
.BgClassName
{
background-color: #DE5D93;
}
</style>
border-color css
<style>
span { border-color: #DE5D93; }
span { border-color: rgb(222,93,147); }
td.TdClassName
{
border-color: #DE5D93;
}
.TagClassName
{
border-color: #DE5D93;
}
</style>