Shades of Pale Violet Red #DE66AA
Tints of Pale Violet Red #DE66AA
RGB
CMYK
RGB Variations
Color information
#DE66AA (or 0xDE66AA) is known color: Pale Violet Red. HEX triplet: DE, 66 and AA. RGB value is (222,102,170). Sum of RGB (Red+Green+Blue) = 222+102+170=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE66AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE66AA is #219955. Grayscale: #919191. Windows color (decimal): -2201942 or 11167454. OLE color: 11167454.
HSL color Cylindrical-coordinate representation of color #DE66AA: hue angle of 326º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE66AA is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 170 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.13 |
| HSL | 326º | 0.65% | 0.64% | - |
| HSV(B) | 326º | 0.54% | 0.87% | - |
| XYZ | 42.13 | 27.93 | 41.2 | - |
| YUV | 145.63 | 141.76 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 170 | 0 | 0.54 | 0.23 | 0.13 | 326 | 0.65 | 0.64 |
| Hex | DE | 66 | AA | 0 | 36 | 17 | D | 146 | 41 | 40 |
| Octal | 336 | 146 | 252 | 0 | 66 | 27 | 15 | 506 | 101 | 100 |
| Binary | 11011110 | 1100110 | 10101010 | 0 | 110110 | 10111 | 1101 | 101000110 | 1000001 | 1000000 |
Color Harmonies of #DE66AA
Complementary color
Monochromatic Colors of #DE66AA
Black with #DE66AA
Text Example
Text Example
White with #DE66AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE66AA; }
p { color: rgb(222,102,170); }
H1.HeaderClassName
{
color: #DE66AA;
}
.AnyTagClassName
{
color: #DE66AA;
}
</style>
background-color css
<style>
a { background-color: #DE66AA; }
a { background-color: rgb(222,102,170); }
div.DivClassName
{
background-color: #DE66AA;
}
.BgClassName
{
background-color: #DE66AA;
}
</style>
border-color css
<style>
span { border-color: #DE66AA; }
span { border-color: rgb(222,102,170); }
td.TdClassName
{
border-color: #DE66AA;
}
.TagClassName
{
border-color: #DE66AA;
}
</style>