Shades of Pale Violet Red #DE6A8D
Tints of Pale Violet Red #DE6A8D
RGB
CMYK
RGB Variations
Color information
#DE6A8D (or 0xDE6A8D) is known color: Pale Violet Red. HEX triplet: DE, 6A and 8D. RGB value is (222,106,141). Sum of RGB (Red+Green+Blue) = 222+106+141=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6A8D is #219572. Grayscale: #909090. Windows color (decimal): -2200947 or 9267934. OLE color: 9267934.
HSL color Cylindrical-coordinate representation of color #DE6A8D: hue angle of 341.9º 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 #DE6A8D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 141 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.13 |
| HSL | 341.9º | 0.64% | 0.64% | - |
| HSV(B) | 341.9º | 0.52% | 0.87% | - |
| XYZ | 40.09 | 27.76 | 28.44 | - |
| YUV | 144.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 141 | 0 | 0.52 | 0.36 | 0.13 | 341.9 | 0.64 | 0.64 |
| Hex | DE | 6A | 8D | 0 | 34 | 24 | D | 156 | 40 | 40 |
| Octal | 336 | 152 | 215 | 0 | 64 | 44 | 15 | 526 | 100 | 100 |
| Binary | 11011110 | 1101010 | 10001101 | 0 | 110100 | 100100 | 1101 | 101010110 | 1000000 | 1000000 |
Color Harmonies of #DE6A8D
Complementary color
Monochromatic Colors of #DE6A8D
Black with #DE6A8D
Text Example
Text Example
White with #DE6A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6A8D; }
p { color: rgb(222,106,141); }
H1.HeaderClassName
{
color: #DE6A8D;
}
.AnyTagClassName
{
color: #DE6A8D;
}
</style>
background-color css
<style>
a { background-color: #DE6A8D; }
a { background-color: rgb(222,106,141); }
div.DivClassName
{
background-color: #DE6A8D;
}
.BgClassName
{
background-color: #DE6A8D;
}
</style>
border-color css
<style>
span { border-color: #DE6A8D; }
span { border-color: rgb(222,106,141); }
td.TdClassName
{
border-color: #DE6A8D;
}
.TagClassName
{
border-color: #DE6A8D;
}
</style>