Shades of Pale Violet Red #DE72A8
Tints of Pale Violet Red #DE72A8
RGB
CMYK
RGB Variations
Color information
#DE72A8 (or 0xDE72A8) is known color: Pale Violet Red. HEX triplet: DE, 72 and A8. RGB value is (222,114,168). Sum of RGB (Red+Green+Blue) = 222+114+168=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE72A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE72A8 is #218D57. Grayscale: #989898. Windows color (decimal): -2198872 or 11039454. OLE color: 11039454.
HSL color Cylindrical-coordinate representation of color #DE72A8: hue angle of 330º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE72A8 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 114 | 168 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.13 |
| HSL | 330º | 0.62% | 0.66% | - |
| HSV(B) | 330º | 0.49% | 0.87% | - |
| XYZ | 43.21 | 30.39 | 40.63 | - |
| YUV | 152.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 114 | 168 | 0 | 0.49 | 0.24 | 0.13 | 330 | 0.62 | 0.66 |
| Hex | DE | 72 | A8 | 0 | 31 | 18 | D | 14A | 3E | 42 |
| Octal | 336 | 162 | 250 | 0 | 61 | 30 | 15 | 512 | 76 | 102 |
| Binary | 11011110 | 1110010 | 10101000 | 0 | 110001 | 11000 | 1101 | 101001010 | 111110 | 1000010 |
Color Harmonies of #DE72A8
Complementary color
Monochromatic Colors of #DE72A8
Black with #DE72A8
Text Example
Text Example
White with #DE72A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE72A8; }
p { color: rgb(222,114,168); }
H1.HeaderClassName
{
color: #DE72A8;
}
.AnyTagClassName
{
color: #DE72A8;
}
</style>
background-color css
<style>
a { background-color: #DE72A8; }
a { background-color: rgb(222,114,168); }
div.DivClassName
{
background-color: #DE72A8;
}
.BgClassName
{
background-color: #DE72A8;
}
</style>
border-color css
<style>
span { border-color: #DE72A8; }
span { border-color: rgb(222,114,168); }
td.TdClassName
{
border-color: #DE72A8;
}
.TagClassName
{
border-color: #DE72A8;
}
</style>