Shades of Pale Violet Red #DE7BA3
Tints of Pale Violet Red #DE7BA3
RGB
CMYK
RGB Variations
Color information
#DE7BA3 (or 0xDE7BA3) is known color: Pale Violet Red. HEX triplet: DE, 7B and A3. RGB value is (222,123,163). Sum of RGB (Red+Green+Blue) = 222+123+163=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7BA3 is #21845C. Grayscale: #9D9D9D. Windows color (decimal): -2196573 or 10714078. OLE color: 10714078.
HSL color Cylindrical-coordinate representation of color #DE7BA3: hue angle of 335.76º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7BA3 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 163 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.13 |
| HSL | 335.76º | 0.6% | 0.68% | - |
| HSV(B) | 335.76º | 0.45% | 0.87% | - |
| XYZ | 43.82 | 32.34 | 38.58 | - |
| YUV | 157.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 163 | 0 | 0.45 | 0.27 | 0.13 | 335.76 | 0.6 | 0.68 |
| Hex | DE | 7B | A3 | 0 | 2D | 1B | D | 150 | 3C | 44 |
| Octal | 336 | 173 | 243 | 0 | 55 | 33 | 15 | 520 | 74 | 104 |
| Binary | 11011110 | 1111011 | 10100011 | 0 | 101101 | 11011 | 1101 | 101010000 | 111100 | 1000100 |
Color Harmonies of #DE7BA3
Complementary color
Monochromatic Colors of #DE7BA3
Black with #DE7BA3
Text Example
Text Example
White with #DE7BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7BA3; }
p { color: rgb(222,123,163); }
H1.HeaderClassName
{
color: #DE7BA3;
}
.AnyTagClassName
{
color: #DE7BA3;
}
</style>
background-color css
<style>
a { background-color: #DE7BA3; }
a { background-color: rgb(222,123,163); }
div.DivClassName
{
background-color: #DE7BA3;
}
.BgClassName
{
background-color: #DE7BA3;
}
</style>
border-color css
<style>
span { border-color: #DE7BA3; }
span { border-color: rgb(222,123,163); }
td.TdClassName
{
border-color: #DE7BA3;
}
.TagClassName
{
border-color: #DE7BA3;
}
</style>