Shades of Pale Violet Red #DE6C9C
Tints of Pale Violet Red #DE6C9C
RGB
CMYK
RGB Variations
Color information
#DE6C9C (or 0xDE6C9C) is known color: Pale Violet Red. HEX triplet: DE, 6C and 9C. RGB value is (222,108,156). Sum of RGB (Red+Green+Blue) = 222+108+156=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6C9C is #219363. Grayscale: #939393. Windows color (decimal): -2200420 or 10251486. OLE color: 10251486.
HSL color Cylindrical-coordinate representation of color #DE6C9C: hue angle of 334.74º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE6C9C is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 156 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.13 |
| HSL | 334.74º | 0.63% | 0.65% | - |
| HSV(B) | 334.74º | 0.51% | 0.87% | - |
| XYZ | 41.49 | 28.66 | 34.8 | - |
| YUV | 147.56 | 132.77 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 156 | 0 | 0.51 | 0.30 | 0.13 | 334.74 | 0.63 | 0.65 |
| Hex | DE | 6C | 9C | 0 | 33 | 1E | D | 14F | 3F | 41 |
| Octal | 336 | 154 | 234 | 0 | 63 | 36 | 15 | 517 | 77 | 101 |
| Binary | 11011110 | 1101100 | 10011100 | 0 | 110011 | 11110 | 1101 | 101001111 | 111111 | 1000001 |
Color Harmonies of #DE6C9C
Complementary color
Monochromatic Colors of #DE6C9C
Black with #DE6C9C
Text Example
Text Example
White with #DE6C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C9C; }
p { color: rgb(222,108,156); }
H1.HeaderClassName
{
color: #DE6C9C;
}
.AnyTagClassName
{
color: #DE6C9C;
}
</style>
background-color css
<style>
a { background-color: #DE6C9C; }
a { background-color: rgb(222,108,156); }
div.DivClassName
{
background-color: #DE6C9C;
}
.BgClassName
{
background-color: #DE6C9C;
}
</style>
border-color css
<style>
span { border-color: #DE6C9C; }
span { border-color: rgb(222,108,156); }
td.TdClassName
{
border-color: #DE6C9C;
}
.TagClassName
{
border-color: #DE6C9C;
}
</style>