Shades of Pale Violet Red #DE68A2
Tints of Pale Violet Red #DE68A2
RGB
CMYK
RGB Variations
Color information
#DE68A2 (or 0xDE68A2) is known color: Pale Violet Red. HEX triplet: DE, 68 and A2. RGB value is (222,104,162). Sum of RGB (Red+Green+Blue) = 222+104+162=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE68A2 is #21975D. Grayscale: #919191. Windows color (decimal): -2201438 or 10643678. OLE color: 10643678.
HSL color Cylindrical-coordinate representation of color #DE68A2: hue angle of 330.51º 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 #DE68A2 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 162 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.13 |
| HSL | 330.51º | 0.64% | 0.64% | - |
| HSV(B) | 330.51º | 0.53% | 0.87% | - |
| XYZ | 41.6 | 28.04 | 37.4 | - |
| YUV | 145.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 162 | 0 | 0.53 | 0.27 | 0.13 | 330.51 | 0.64 | 0.64 |
| Hex | DE | 68 | A2 | 0 | 35 | 1B | D | 14B | 40 | 40 |
| Octal | 336 | 150 | 242 | 0 | 65 | 33 | 15 | 513 | 100 | 100 |
| Binary | 11011110 | 1101000 | 10100010 | 0 | 110101 | 11011 | 1101 | 101001011 | 1000000 | 1000000 |
Color Harmonies of #DE68A2
Complementary color
Monochromatic Colors of #DE68A2
Black with #DE68A2
Text Example
Text Example
White with #DE68A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE68A2; }
p { color: rgb(222,104,162); }
H1.HeaderClassName
{
color: #DE68A2;
}
.AnyTagClassName
{
color: #DE68A2;
}
</style>
background-color css
<style>
a { background-color: #DE68A2; }
a { background-color: rgb(222,104,162); }
div.DivClassName
{
background-color: #DE68A2;
}
.BgClassName
{
background-color: #DE68A2;
}
</style>
border-color css
<style>
span { border-color: #DE68A2; }
span { border-color: rgb(222,104,162); }
td.TdClassName
{
border-color: #DE68A2;
}
.TagClassName
{
border-color: #DE68A2;
}
</style>