Shades of Pale Violet Red #DE6893
Tints of Pale Violet Red #DE6893
RGB
CMYK
RGB Variations
Color information
#DE6893 (or 0xDE6893) is known color: Pale Violet Red. HEX triplet: DE, 68 and 93. RGB value is (222,104,147). Sum of RGB (Red+Green+Blue) = 222+104+147=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6893 is #21976C. Grayscale: #909090. Windows color (decimal): -2201453 or 9660638. OLE color: 9660638.
HSL color Cylindrical-coordinate representation of color #DE6893: hue angle of 338.14º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE6893 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 147 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.13 |
| HSL | 338.14º | 0.64% | 0.64% | - |
| HSV(B) | 338.14º | 0.53% | 0.87% | - |
| XYZ | 40.34 | 27.54 | 30.79 | - |
| YUV | 144.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 147 | 0 | 0.53 | 0.34 | 0.13 | 338.14 | 0.64 | 0.64 |
| Hex | DE | 68 | 93 | 0 | 35 | 22 | D | 152 | 40 | 40 |
| Octal | 336 | 150 | 223 | 0 | 65 | 42 | 15 | 522 | 100 | 100 |
| Binary | 11011110 | 1101000 | 10010011 | 0 | 110101 | 100010 | 1101 | 101010010 | 1000000 | 1000000 |
Color Harmonies of #DE6893
Complementary color
Monochromatic Colors of #DE6893
Black with #DE6893
Text Example
Text Example
White with #DE6893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6893; }
p { color: rgb(222,104,147); }
H1.HeaderClassName
{
color: #DE6893;
}
.AnyTagClassName
{
color: #DE6893;
}
</style>
background-color css
<style>
a { background-color: #DE6893; }
a { background-color: rgb(222,104,147); }
div.DivClassName
{
background-color: #DE6893;
}
.BgClassName
{
background-color: #DE6893;
}
</style>
border-color css
<style>
span { border-color: #DE6893; }
span { border-color: rgb(222,104,147); }
td.TdClassName
{
border-color: #DE6893;
}
.TagClassName
{
border-color: #DE6893;
}
</style>