Shades of Pale Violet Red #DE6FAA
Tints of Pale Violet Red #DE6FAA
RGB
CMYK
RGB Variations
Color information
#DE6FAA (or 0xDE6FAA) is known color: Pale Violet Red. HEX triplet: DE, 6F and AA. RGB value is (222,111,170). Sum of RGB (Red+Green+Blue) = 222+111+170=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6FAA is #219055. Grayscale: #969696. Windows color (decimal): -2199638 or 11169758. OLE color: 11169758.
HSL color Cylindrical-coordinate representation of color #DE6FAA: hue angle of 328.11º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6FAA is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 111 | 170 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.13 |
| HSL | 328.11º | 0.63% | 0.65% | - |
| HSV(B) | 328.11º | 0.5% | 0.87% | - |
| XYZ | 43.06 | 29.8 | 41.51 | - |
| YUV | 150.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 111 | 170 | 0 | 0.5 | 0.23 | 0.13 | 328.11 | 0.63 | 0.65 |
| Hex | DE | 6F | AA | 0 | 32 | 17 | D | 148 | 3F | 41 |
| Octal | 336 | 157 | 252 | 0 | 62 | 27 | 15 | 510 | 77 | 101 |
| Binary | 11011110 | 1101111 | 10101010 | 0 | 110010 | 10111 | 1101 | 101001000 | 111111 | 1000001 |
Color Harmonies of #DE6FAA
Complementary color
Monochromatic Colors of #DE6FAA
Black with #DE6FAA
Text Example
Text Example
White with #DE6FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6FAA; }
p { color: rgb(222,111,170); }
H1.HeaderClassName
{
color: #DE6FAA;
}
.AnyTagClassName
{
color: #DE6FAA;
}
</style>
background-color css
<style>
a { background-color: #DE6FAA; }
a { background-color: rgb(222,111,170); }
div.DivClassName
{
background-color: #DE6FAA;
}
.BgClassName
{
background-color: #DE6FAA;
}
</style>
border-color css
<style>
span { border-color: #DE6FAA; }
span { border-color: rgb(222,111,170); }
td.TdClassName
{
border-color: #DE6FAA;
}
.TagClassName
{
border-color: #DE6FAA;
}
</style>