Shades of Pale Violet Red #DE6AA4
Tints of Pale Violet Red #DE6AA4
RGB
CMYK
RGB Variations
Color information
#DE6AA4 (or 0xDE6AA4) is known color: Pale Violet Red. HEX triplet: DE, 6A and A4. RGB value is (222,106,164). Sum of RGB (Red+Green+Blue) = 222+106+164=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6AA4 is #21955B. Grayscale: #939393. Windows color (decimal): -2200924 or 10775262. OLE color: 10775262.
HSL color Cylindrical-coordinate representation of color #DE6AA4: hue angle of 330º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6AA4 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 164 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.13 |
| HSL | 330º | 0.64% | 0.64% | - |
| HSV(B) | 330º | 0.52% | 0.87% | - |
| XYZ | 41.98 | 28.52 | 38.41 | - |
| YUV | 147.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 164 | 0 | 0.52 | 0.26 | 0.13 | 330 | 0.64 | 0.64 |
| Hex | DE | 6A | A4 | 0 | 34 | 1A | D | 14A | 40 | 40 |
| Octal | 336 | 152 | 244 | 0 | 64 | 32 | 15 | 512 | 100 | 100 |
| Binary | 11011110 | 1101010 | 10100100 | 0 | 110100 | 11010 | 1101 | 101001010 | 1000000 | 1000000 |
Color Harmonies of #DE6AA4
Complementary color
Monochromatic Colors of #DE6AA4
Black with #DE6AA4
Text Example
Text Example
White with #DE6AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6AA4; }
p { color: rgb(222,106,164); }
H1.HeaderClassName
{
color: #DE6AA4;
}
.AnyTagClassName
{
color: #DE6AA4;
}
</style>
background-color css
<style>
a { background-color: #DE6AA4; }
a { background-color: rgb(222,106,164); }
div.DivClassName
{
background-color: #DE6AA4;
}
.BgClassName
{
background-color: #DE6AA4;
}
</style>
border-color css
<style>
span { border-color: #DE6AA4; }
span { border-color: rgb(222,106,164); }
td.TdClassName
{
border-color: #DE6AA4;
}
.TagClassName
{
border-color: #DE6AA4;
}
</style>