Shades of Pale Violet Red #DE6392
Tints of Pale Violet Red #DE6392
RGB
CMYK
RGB Variations
Color information
#DE6392 (or 0xDE6392) is known color: Pale Violet Red. HEX triplet: DE, 63 and 92. RGB value is (222,99,146). Sum of RGB (Red+Green+Blue) = 222+99+146=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6392 is #219C6D. Grayscale: #8D8D8D. Windows color (decimal): -2202734 or 9593822. OLE color: 9593822.
HSL color Cylindrical-coordinate representation of color #DE6392: hue angle of 337.07º 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 #DE6392 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 99 | 146 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.13 |
| HSL | 337.07º | 0.65% | 0.63% | - |
| HSV(B) | 337.07º | 0.55% | 0.87% | - |
| XYZ | 39.77 | 26.53 | 30.22 | - |
| YUV | 141.14 | 130.75 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 146 | 0 | 0.55 | 0.34 | 0.13 | 337.07 | 0.65 | 0.63 |
| Hex | DE | 63 | 92 | 0 | 37 | 22 | D | 151 | 41 | 3F |
| Octal | 336 | 143 | 222 | 0 | 67 | 42 | 15 | 521 | 101 | 77 |
| Binary | 11011110 | 1100011 | 10010010 | 0 | 110111 | 100010 | 1101 | 101010001 | 1000001 | 111111 |
Color Harmonies of #DE6392
Complementary color
Monochromatic Colors of #DE6392
Black with #DE6392
Text Example
Text Example
White with #DE6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6392; }
p { color: rgb(222,99,146); }
H1.HeaderClassName
{
color: #DE6392;
}
.AnyTagClassName
{
color: #DE6392;
}
</style>
background-color css
<style>
a { background-color: #DE6392; }
a { background-color: rgb(222,99,146); }
div.DivClassName
{
background-color: #DE6392;
}
.BgClassName
{
background-color: #DE6392;
}
</style>
border-color css
<style>
span { border-color: #DE6392; }
span { border-color: rgb(222,99,146); }
td.TdClassName
{
border-color: #DE6392;
}
.TagClassName
{
border-color: #DE6392;
}
</style>