Shades of Pale Violet Red #DE6B8D
Tints of Pale Violet Red #DE6B8D
RGB
CMYK
RGB Variations
Color information
#DE6B8D (or 0xDE6B8D) is known color: Pale Violet Red. HEX triplet: DE, 6B and 8D. RGB value is (222,107,141). Sum of RGB (Red+Green+Blue) = 222+107+141=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6B8D is #219472. Grayscale: #919191. Windows color (decimal): -2200691 or 9268190. OLE color: 9268190.
HSL color Cylindrical-coordinate representation of color #DE6B8D: hue angle of 342.26º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6B8D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 107 | 141 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.13 |
| HSL | 342.26º | 0.64% | 0.65% | - |
| HSV(B) | 342.26º | 0.52% | 0.87% | - |
| XYZ | 40.19 | 27.97 | 28.48 | - |
| YUV | 145.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 141 | 0 | 0.52 | 0.36 | 0.13 | 342.26 | 0.64 | 0.65 |
| Hex | DE | 6B | 8D | 0 | 34 | 24 | D | 156 | 40 | 41 |
| Octal | 336 | 153 | 215 | 0 | 64 | 44 | 15 | 526 | 100 | 101 |
| Binary | 11011110 | 1101011 | 10001101 | 0 | 110100 | 100100 | 1101 | 101010110 | 1000000 | 1000001 |
Color Harmonies of #DE6B8D
Complementary color
Monochromatic Colors of #DE6B8D
Black with #DE6B8D
Text Example
Text Example
White with #DE6B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6B8D; }
p { color: rgb(222,107,141); }
H1.HeaderClassName
{
color: #DE6B8D;
}
.AnyTagClassName
{
color: #DE6B8D;
}
</style>
background-color css
<style>
a { background-color: #DE6B8D; }
a { background-color: rgb(222,107,141); }
div.DivClassName
{
background-color: #DE6B8D;
}
.BgClassName
{
background-color: #DE6B8D;
}
</style>
border-color css
<style>
span { border-color: #DE6B8D; }
span { border-color: rgb(222,107,141); }
td.TdClassName
{
border-color: #DE6B8D;
}
.TagClassName
{
border-color: #DE6B8D;
}
</style>