Shades of Pale Violet Red #DE658C
Tints of Pale Violet Red #DE658C
RGB
CMYK
RGB Variations
Color information
#DE658C (or 0xDE658C) is known color: Pale Violet Red. HEX triplet: DE, 65 and 8C. RGB value is (222,101,140). Sum of RGB (Red+Green+Blue) = 222+101+140=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE658C is #219A73. Grayscale: #8D8D8D. Windows color (decimal): -2202228 or 9201118. OLE color: 9201118.
HSL color Cylindrical-coordinate representation of color #DE658C: hue angle of 340.66º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE658C is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 140 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.13 |
| HSL | 340.66º | 0.65% | 0.63% | - |
| HSV(B) | 340.66º | 0.55% | 0.87% | - |
| XYZ | 39.51 | 26.73 | 27.89 | - |
| YUV | 141.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 140 | 0 | 0.55 | 0.37 | 0.13 | 340.66 | 0.65 | 0.63 |
| Hex | DE | 65 | 8C | 0 | 37 | 25 | D | 155 | 41 | 3F |
| Octal | 336 | 145 | 214 | 0 | 67 | 45 | 15 | 525 | 101 | 77 |
| Binary | 11011110 | 1100101 | 10001100 | 0 | 110111 | 100101 | 1101 | 101010101 | 1000001 | 111111 |
Color Harmonies of #DE658C
Complementary color
Monochromatic Colors of #DE658C
Black with #DE658C
Text Example
Text Example
White with #DE658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE658C; }
p { color: rgb(222,101,140); }
H1.HeaderClassName
{
color: #DE658C;
}
.AnyTagClassName
{
color: #DE658C;
}
</style>
background-color css
<style>
a { background-color: #DE658C; }
a { background-color: rgb(222,101,140); }
div.DivClassName
{
background-color: #DE658C;
}
.BgClassName
{
background-color: #DE658C;
}
</style>
border-color css
<style>
span { border-color: #DE658C; }
span { border-color: rgb(222,101,140); }
td.TdClassName
{
border-color: #DE658C;
}
.TagClassName
{
border-color: #DE658C;
}
</style>