Shades of Pale Violet Red #DE76A8
Tints of Pale Violet Red #DE76A8
RGB
CMYK
RGB Variations
Color information
#DE76A8 (or 0xDE76A8) is known color: Pale Violet Red. HEX triplet: DE, 76 and A8. RGB value is (222,118,168). Sum of RGB (Red+Green+Blue) = 222+118+168=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE76A8 is #218957. Grayscale: #9A9A9A. Windows color (decimal): -2197848 or 11040478. OLE color: 11040478.
HSL color Cylindrical-coordinate representation of color #DE76A8: hue angle of 331.15º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE76A8 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 118 | 168 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.13 |
| HSL | 331.15º | 0.61% | 0.67% | - |
| HSV(B) | 331.15º | 0.47% | 0.87% | - |
| XYZ | 43.67 | 31.31 | 40.79 | - |
| YUV | 154.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 118 | 168 | 0 | 0.47 | 0.24 | 0.13 | 331.15 | 0.61 | 0.67 |
| Hex | DE | 76 | A8 | 0 | 2F | 18 | D | 14B | 3D | 43 |
| Octal | 336 | 166 | 250 | 0 | 57 | 30 | 15 | 513 | 75 | 103 |
| Binary | 11011110 | 1110110 | 10101000 | 0 | 101111 | 11000 | 1101 | 101001011 | 111101 | 1000011 |
Color Harmonies of #DE76A8
Complementary color
Monochromatic Colors of #DE76A8
Black with #DE76A8
Text Example
Text Example
White with #DE76A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE76A8; }
p { color: rgb(222,118,168); }
H1.HeaderClassName
{
color: #DE76A8;
}
.AnyTagClassName
{
color: #DE76A8;
}
</style>
background-color css
<style>
a { background-color: #DE76A8; }
a { background-color: rgb(222,118,168); }
div.DivClassName
{
background-color: #DE76A8;
}
.BgClassName
{
background-color: #DE76A8;
}
</style>
border-color css
<style>
span { border-color: #DE76A8; }
span { border-color: rgb(222,118,168); }
td.TdClassName
{
border-color: #DE76A8;
}
.TagClassName
{
border-color: #DE76A8;
}
</style>