Shades of Pale Violet Red #DE6294
Tints of Pale Violet Red #DE6294
RGB
CMYK
RGB Variations
Color information
#DE6294 (or 0xDE6294) is known color: Pale Violet Red. HEX triplet: DE, 62 and 94. RGB value is (222,98,148). Sum of RGB (Red+Green+Blue) = 222+98+148=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6294 is #219D6B. Grayscale: #8C8C8C. Windows color (decimal): -2202988 or 9724638. OLE color: 9724638.
HSL color Cylindrical-coordinate representation of color #DE6294: hue angle of 335.81º 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 #DE6294 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 98 | 148 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.13 |
| HSL | 335.81º | 0.65% | 0.63% | - |
| HSV(B) | 335.81º | 0.56% | 0.87% | - |
| XYZ | 39.84 | 26.4 | 31.01 | - |
| YUV | 140.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 98 | 148 | 0 | 0.56 | 0.33 | 0.13 | 335.81 | 0.65 | 0.63 |
| Hex | DE | 62 | 94 | 0 | 38 | 21 | D | 150 | 41 | 3F |
| Octal | 336 | 142 | 224 | 0 | 70 | 41 | 15 | 520 | 101 | 77 |
| Binary | 11011110 | 1100010 | 10010100 | 0 | 111000 | 100001 | 1101 | 101010000 | 1000001 | 111111 |
Color Harmonies of #DE6294
Complementary color
Monochromatic Colors of #DE6294
Black with #DE6294
Text Example
Text Example
White with #DE6294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6294; }
p { color: rgb(222,98,148); }
H1.HeaderClassName
{
color: #DE6294;
}
.AnyTagClassName
{
color: #DE6294;
}
</style>
background-color css
<style>
a { background-color: #DE6294; }
a { background-color: rgb(222,98,148); }
div.DivClassName
{
background-color: #DE6294;
}
.BgClassName
{
background-color: #DE6294;
}
</style>
border-color css
<style>
span { border-color: #DE6294; }
span { border-color: rgb(222,98,148); }
td.TdClassName
{
border-color: #DE6294;
}
.TagClassName
{
border-color: #DE6294;
}
</style>