Shades of Pale Violet Red #DE69A6
Tints of Pale Violet Red #DE69A6
RGB
CMYK
RGB Variations
Color information
#DE69A6 (or 0xDE69A6) is known color: Pale Violet Red. HEX triplet: DE, 69 and A6. RGB value is (222,105,166). Sum of RGB (Red+Green+Blue) = 222+105+166=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE69A6 is #219659. Grayscale: #929292. Windows color (decimal): -2201178 or 10906078. OLE color: 10906078.
HSL color Cylindrical-coordinate representation of color #DE69A6: hue angle of 328.72º 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 #DE69A6 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 105 | 166 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.13 |
| HSL | 328.72º | 0.64% | 0.64% | - |
| HSV(B) | 328.72º | 0.53% | 0.87% | - |
| XYZ | 42.06 | 28.39 | 39.34 | - |
| YUV | 146.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 105 | 166 | 0 | 0.53 | 0.25 | 0.13 | 328.72 | 0.64 | 0.64 |
| Hex | DE | 69 | A6 | 0 | 35 | 19 | D | 149 | 40 | 40 |
| Octal | 336 | 151 | 246 | 0 | 65 | 31 | 15 | 511 | 100 | 100 |
| Binary | 11011110 | 1101001 | 10100110 | 0 | 110101 | 11001 | 1101 | 101001001 | 1000000 | 1000000 |
Color Harmonies of #DE69A6
Complementary color
Monochromatic Colors of #DE69A6
Black with #DE69A6
Text Example
Text Example
White with #DE69A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE69A6; }
p { color: rgb(222,105,166); }
H1.HeaderClassName
{
color: #DE69A6;
}
.AnyTagClassName
{
color: #DE69A6;
}
</style>
background-color css
<style>
a { background-color: #DE69A6; }
a { background-color: rgb(222,105,166); }
div.DivClassName
{
background-color: #DE69A6;
}
.BgClassName
{
background-color: #DE69A6;
}
</style>
border-color css
<style>
span { border-color: #DE69A6; }
span { border-color: rgb(222,105,166); }
td.TdClassName
{
border-color: #DE69A6;
}
.TagClassName
{
border-color: #DE69A6;
}
</style>