Shades of Pale Violet Red #DE6AA7
Tints of Pale Violet Red #DE6AA7
RGB
CMYK
RGB Variations
Color information
#DE6AA7 (or 0xDE6AA7) is known color: Pale Violet Red. HEX triplet: DE, 6A and A7. RGB value is (222,106,167). Sum of RGB (Red+Green+Blue) = 222+106+167=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6AA7 is #219558. Grayscale: #939393. Windows color (decimal): -2200921 or 10971870. OLE color: 10971870.
HSL color Cylindrical-coordinate representation of color #DE6AA7: hue angle of 328.45º 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 #DE6AA7 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 167 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.13 |
| HSL | 328.45º | 0.64% | 0.64% | - |
| HSV(B) | 328.45º | 0.52% | 0.87% | - |
| XYZ | 42.25 | 28.63 | 39.86 | - |
| YUV | 147.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 167 | 0 | 0.52 | 0.25 | 0.13 | 328.45 | 0.64 | 0.64 |
| Hex | DE | 6A | A7 | 0 | 34 | 19 | D | 148 | 40 | 40 |
| Octal | 336 | 152 | 247 | 0 | 64 | 31 | 15 | 510 | 100 | 100 |
| Binary | 11011110 | 1101010 | 10100111 | 0 | 110100 | 11001 | 1101 | 101001000 | 1000000 | 1000000 |
Color Harmonies of #DE6AA7
Complementary color
Monochromatic Colors of #DE6AA7
Black with #DE6AA7
Text Example
Text Example
White with #DE6AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6AA7; }
p { color: rgb(222,106,167); }
H1.HeaderClassName
{
color: #DE6AA7;
}
.AnyTagClassName
{
color: #DE6AA7;
}
</style>
background-color css
<style>
a { background-color: #DE6AA7; }
a { background-color: rgb(222,106,167); }
div.DivClassName
{
background-color: #DE6AA7;
}
.BgClassName
{
background-color: #DE6AA7;
}
</style>
border-color css
<style>
span { border-color: #DE6AA7; }
span { border-color: rgb(222,106,167); }
td.TdClassName
{
border-color: #DE6AA7;
}
.TagClassName
{
border-color: #DE6AA7;
}
</style>