Shades of Pale Violet Red #DE6290
Tints of Pale Violet Red #DE6290
RGB
CMYK
RGB Variations
Color information
#DE6290 (or 0xDE6290) is known color: Pale Violet Red. HEX triplet: DE, 62 and 90. RGB value is (222,98,144). Sum of RGB (Red+Green+Blue) = 222+98+144=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6290 is #219D6F. Grayscale: #8C8C8C. Windows color (decimal): -2202992 or 9462494. OLE color: 9462494.
HSL color Cylindrical-coordinate representation of color #DE6290: hue angle of 337.74º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE6290 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 98 | 144 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.13 |
| HSL | 337.74º | 0.65% | 0.63% | - |
| HSV(B) | 337.74º | 0.56% | 0.87% | - |
| XYZ | 39.53 | 26.28 | 29.37 | - |
| YUV | 140.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 98 | 144 | 0 | 0.56 | 0.35 | 0.13 | 337.74 | 0.65 | 0.63 |
| Hex | DE | 62 | 90 | 0 | 38 | 23 | D | 152 | 41 | 3F |
| Octal | 336 | 142 | 220 | 0 | 70 | 43 | 15 | 522 | 101 | 77 |
| Binary | 11011110 | 1100010 | 10010000 | 0 | 111000 | 100011 | 1101 | 101010010 | 1000001 | 111111 |
Color Harmonies of #DE6290
Complementary color
Monochromatic Colors of #DE6290
Black with #DE6290
Text Example
Text Example
White with #DE6290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6290; }
p { color: rgb(222,98,144); }
H1.HeaderClassName
{
color: #DE6290;
}
.AnyTagClassName
{
color: #DE6290;
}
</style>
background-color css
<style>
a { background-color: #DE6290; }
a { background-color: rgb(222,98,144); }
div.DivClassName
{
background-color: #DE6290;
}
.BgClassName
{
background-color: #DE6290;
}
</style>
border-color css
<style>
span { border-color: #DE6290; }
span { border-color: rgb(222,98,144); }
td.TdClassName
{
border-color: #DE6290;
}
.TagClassName
{
border-color: #DE6290;
}
</style>