Shades of Pale Violet Red #DE5CA0
Tints of Pale Violet Red #DE5CA0
RGB
CMYK
RGB Variations
Color information
#DE5CA0 (or 0xDE5CA0) is known color: Pale Violet Red. HEX triplet: DE, 5C and A0. RGB value is (222,92,160). Sum of RGB (Red+Green+Blue) = 222+92+160=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5CA0 is #21A35F. Grayscale: #8A8A8A. Windows color (decimal): -2204512 or 10509534. OLE color: 10509534.
HSL color Cylindrical-coordinate representation of color #DE5CA0: hue angle of 328.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5CA0 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 92 | 160 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.13 |
| HSL | 328.62º | 0.66% | 0.62% | - |
| HSV(B) | 328.62º | 0.59% | 0.87% | - |
| XYZ | 40.3 | 25.72 | 36.1 | - |
| YUV | 138.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 92 | 160 | 0 | 0.59 | 0.28 | 0.13 | 328.62 | 0.66 | 0.62 |
| Hex | DE | 5C | A0 | 0 | 3B | 1C | D | 149 | 42 | 3E |
| Octal | 336 | 134 | 240 | 0 | 73 | 34 | 15 | 511 | 102 | 76 |
| Binary | 11011110 | 1011100 | 10100000 | 0 | 111011 | 11100 | 1101 | 101001001 | 1000010 | 111110 |
Color Harmonies of #DE5CA0
Complementary color
Monochromatic Colors of #DE5CA0
Black with #DE5CA0
Text Example
Text Example
White with #DE5CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5CA0; }
p { color: rgb(222,92,160); }
H1.HeaderClassName
{
color: #DE5CA0;
}
.AnyTagClassName
{
color: #DE5CA0;
}
</style>
background-color css
<style>
a { background-color: #DE5CA0; }
a { background-color: rgb(222,92,160); }
div.DivClassName
{
background-color: #DE5CA0;
}
.BgClassName
{
background-color: #DE5CA0;
}
</style>
border-color css
<style>
span { border-color: #DE5CA0; }
span { border-color: rgb(222,92,160); }
td.TdClassName
{
border-color: #DE5CA0;
}
.TagClassName
{
border-color: #DE5CA0;
}
</style>