Shades of Pale Violet Red #DE6A91
Tints of Pale Violet Red #DE6A91
RGB
CMYK
RGB Variations
Color information
#DE6A91 (or 0xDE6A91) is known color: Pale Violet Red. HEX triplet: DE, 6A and 91. RGB value is (222,106,145). Sum of RGB (Red+Green+Blue) = 222+106+145=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6A91 is #21956E. Grayscale: #919191. Windows color (decimal): -2200943 or 9530078. OLE color: 9530078.
HSL color Cylindrical-coordinate representation of color #DE6A91: hue angle of 339.83º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6A91 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 145 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.13 |
| HSL | 339.83º | 0.64% | 0.64% | - |
| HSV(B) | 339.83º | 0.52% | 0.87% | - |
| XYZ | 40.39 | 27.88 | 30.04 | - |
| YUV | 145.13 | 127.93 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 145 | 0 | 0.52 | 0.35 | 0.13 | 339.83 | 0.64 | 0.64 |
| Hex | DE | 6A | 91 | 0 | 34 | 23 | D | 154 | 40 | 40 |
| Octal | 336 | 152 | 221 | 0 | 64 | 43 | 15 | 524 | 100 | 100 |
| Binary | 11011110 | 1101010 | 10010001 | 0 | 110100 | 100011 | 1101 | 101010100 | 1000000 | 1000000 |
Color Harmonies of #DE6A91
Complementary color
Monochromatic Colors of #DE6A91
Black with #DE6A91
Text Example
Text Example
White with #DE6A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6A91; }
p { color: rgb(222,106,145); }
H1.HeaderClassName
{
color: #DE6A91;
}
.AnyTagClassName
{
color: #DE6A91;
}
</style>
background-color css
<style>
a { background-color: #DE6A91; }
a { background-color: rgb(222,106,145); }
div.DivClassName
{
background-color: #DE6A91;
}
.BgClassName
{
background-color: #DE6A91;
}
</style>
border-color css
<style>
span { border-color: #DE6A91; }
span { border-color: rgb(222,106,145); }
td.TdClassName
{
border-color: #DE6A91;
}
.TagClassName
{
border-color: #DE6A91;
}
</style>