Shades of Pale Violet Red #DE70A8
Tints of Pale Violet Red #DE70A8
RGB
CMYK
RGB Variations
Color information
#DE70A8 (or 0xDE70A8) is known color: Pale Violet Red. HEX triplet: DE, 70 and A8. RGB value is (222,112,168). Sum of RGB (Red+Green+Blue) = 222+112+168=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE70A8 is #218F57. Grayscale: #979797. Windows color (decimal): -2199384 or 11038942. OLE color: 11038942.
HSL color Cylindrical-coordinate representation of color #DE70A8: hue angle of 329.45º degrees, saturation: 0.62, 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 #DE70A8 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 168 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.13 |
| HSL | 329.45º | 0.63% | 0.65% | - |
| HSV(B) | 329.45º | 0.5% | 0.87% | - |
| XYZ | 42.99 | 29.95 | 40.56 | - |
| YUV | 151.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 168 | 0 | 0.50 | 0.24 | 0.13 | 329.45 | 0.63 | 0.65 |
| Hex | DE | 70 | A8 | 0 | 32 | 18 | D | 149 | 3E | 41 |
| Octal | 336 | 160 | 250 | 0 | 62 | 30 | 15 | 511 | 76 | 101 |
| Binary | 11011110 | 1110000 | 10101000 | 0 | 110010 | 11000 | 1101 | 101001001 | 111110 | 1000001 |
Color Harmonies of #DE70A8
Complementary color
Monochromatic Colors of #DE70A8
Black with #DE70A8
Text Example
Text Example
White with #DE70A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE70A8; }
p { color: rgb(222,112,168); }
H1.HeaderClassName
{
color: #DE70A8;
}
.AnyTagClassName
{
color: #DE70A8;
}
</style>
background-color css
<style>
a { background-color: #DE70A8; }
a { background-color: rgb(222,112,168); }
div.DivClassName
{
background-color: #DE70A8;
}
.BgClassName
{
background-color: #DE70A8;
}
</style>
border-color css
<style>
span { border-color: #DE70A8; }
span { border-color: rgb(222,112,168); }
td.TdClassName
{
border-color: #DE70A8;
}
.TagClassName
{
border-color: #DE70A8;
}
</style>