Shades of Pale Violet Red #DE70A7
Tints of Pale Violet Red #DE70A7
RGB
CMYK
RGB Variations
Color information
#DE70A7 (or 0xDE70A7) is known color: Pale Violet Red. HEX triplet: DE, 70 and A7. RGB value is (222,112,167). Sum of RGB (Red+Green+Blue) = 222+112+167=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE70A7 is #218F58. Grayscale: #979797. Windows color (decimal): -2199385 or 10973406. OLE color: 10973406.
HSL color Cylindrical-coordinate representation of color #DE70A7: hue angle of 330º 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 #DE70A7 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 167 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.13 |
| HSL | 330º | 0.63% | 0.65% | - |
| HSV(B) | 330º | 0.5% | 0.87% | - |
| XYZ | 42.89 | 29.91 | 40.07 | - |
| YUV | 151.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 167 | 0 | 0.50 | 0.25 | 0.13 | 330 | 0.63 | 0.65 |
| Hex | DE | 70 | A7 | 0 | 32 | 19 | D | 14A | 3E | 41 |
| Octal | 336 | 160 | 247 | 0 | 62 | 31 | 15 | 512 | 76 | 101 |
| Binary | 11011110 | 1110000 | 10100111 | 0 | 110010 | 11001 | 1101 | 101001010 | 111110 | 1000001 |
Color Harmonies of #DE70A7
Complementary color
Monochromatic Colors of #DE70A7
Black with #DE70A7
Text Example
Text Example
White with #DE70A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE70A7; }
p { color: rgb(222,112,167); }
H1.HeaderClassName
{
color: #DE70A7;
}
.AnyTagClassName
{
color: #DE70A7;
}
</style>
background-color css
<style>
a { background-color: #DE70A7; }
a { background-color: rgb(222,112,167); }
div.DivClassName
{
background-color: #DE70A7;
}
.BgClassName
{
background-color: #DE70A7;
}
</style>
border-color css
<style>
span { border-color: #DE70A7; }
span { border-color: rgb(222,112,167); }
td.TdClassName
{
border-color: #DE70A7;
}
.TagClassName
{
border-color: #DE70A7;
}
</style>