Shades of Pale Violet Red #DE6CA1
Tints of Pale Violet Red #DE6CA1
RGB
CMYK
RGB Variations
Color information
#DE6CA1 (or 0xDE6CA1) is known color: Pale Violet Red. HEX triplet: DE, 6C and A1. RGB value is (222,108,161). Sum of RGB (Red+Green+Blue) = 222+108+161=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6CA1 is #21935E. Grayscale: #949494. Windows color (decimal): -2200415 or 10579166. OLE color: 10579166.
HSL color Cylindrical-coordinate representation of color #DE6CA1: hue angle of 332.11º 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 #DE6CA1 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 161 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.13 |
| HSL | 332.11º | 0.63% | 0.65% | - |
| HSV(B) | 332.11º | 0.51% | 0.87% | - |
| XYZ | 41.92 | 28.83 | 37.07 | - |
| YUV | 148.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 161 | 0 | 0.51 | 0.27 | 0.13 | 332.11 | 0.63 | 0.65 |
| Hex | DE | 6C | A1 | 0 | 33 | 1B | D | 14C | 3F | 41 |
| Octal | 336 | 154 | 241 | 0 | 63 | 33 | 15 | 514 | 77 | 101 |
| Binary | 11011110 | 1101100 | 10100001 | 0 | 110011 | 11011 | 1101 | 101001100 | 111111 | 1000001 |
Color Harmonies of #DE6CA1
Complementary color
Monochromatic Colors of #DE6CA1
Black with #DE6CA1
Text Example
Text Example
White with #DE6CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6CA1; }
p { color: rgb(222,108,161); }
H1.HeaderClassName
{
color: #DE6CA1;
}
.AnyTagClassName
{
color: #DE6CA1;
}
</style>
background-color css
<style>
a { background-color: #DE6CA1; }
a { background-color: rgb(222,108,161); }
div.DivClassName
{
background-color: #DE6CA1;
}
.BgClassName
{
background-color: #DE6CA1;
}
</style>
border-color css
<style>
span { border-color: #DE6CA1; }
span { border-color: rgb(222,108,161); }
td.TdClassName
{
border-color: #DE6CA1;
}
.TagClassName
{
border-color: #DE6CA1;
}
</style>