Shades of Violet #DE89E2
Tints of Violet #DE89E2
RGB
CMYK
RGB Variations
Color information
#DE89E2 (or 0xDE89E2) is known color: Violet. HEX triplet: DE, 89 and E2. RGB value is (222,137,226). Sum of RGB (Red+Green+Blue) = 222+137+226=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE89E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89E2 is #21761D. Grayscale: #ACACAC. Windows color (decimal): -2192926 or 14846430. OLE color: 14846430.
HSL color Cylindrical-coordinate representation of color #DE89E2: hue angle of 297.3º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE89E2 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 137 | 226 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.11 |
| HSL | 297.3º | 0.61% | 0.71% | - |
| HSV(B) | 297.3º | 0.39% | 0.89% | - |
| XYZ | 52.8 | 38.91 | 76.68 | - |
| YUV | 172.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 137 | 226 | 0.02 | 0.39 | 0 | 0.11 | 297.3 | 0.61 | 0.71 |
| Hex | DE | 89 | E2 | 2 | 27 | 0 | B | 129 | 3D | 47 |
| Octal | 336 | 211 | 342 | 2 | 47 | 0 | 13 | 451 | 75 | 107 |
| Binary | 11011110 | 10001001 | 11100010 | 10 | 100111 | 0 | 1011 | 100101001 | 111101 | 1000111 |
Color Harmonies of #DE89E2
Complementary color
Monochromatic Colors of #DE89E2
Black with #DE89E2
Text Example
Text Example
White with #DE89E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE89E2; }
p { color: rgb(222,137,226); }
H1.HeaderClassName
{
color: #DE89E2;
}
.AnyTagClassName
{
color: #DE89E2;
}
</style>
background-color css
<style>
a { background-color: #DE89E2; }
a { background-color: rgb(222,137,226); }
div.DivClassName
{
background-color: #DE89E2;
}
.BgClassName
{
background-color: #DE89E2;
}
</style>
border-color css
<style>
span { border-color: #DE89E2; }
span { border-color: rgb(222,137,226); }
td.TdClassName
{
border-color: #DE89E2;
}
.TagClassName
{
border-color: #DE89E2;
}
</style>