Shades of Violet #DC89E5
Tints of Violet #DC89E5
RGB
CMYK
RGB Variations
Color information
#DC89E5 (or 0xDC89E5) is known color: Violet. HEX triplet: DC, 89 and E5. RGB value is (220,137,229). Sum of RGB (Red+Green+Blue) = 220+137+229=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 137 (53.91% from 255 or 23.38% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC89E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89E5 is #23761A. Grayscale: #ACACAC. Windows color (decimal): -2323995 or 15043036. OLE color: 15043036.
HSL color Cylindrical-coordinate representation of color #DC89E5: hue angle of 294.13º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC89E5 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 137 | 229 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.10 |
| HSL | 294.13º | 0.64% | 0.72% | - |
| HSV(B) | 294.13º | 0.4% | 0.9% | - |
| XYZ | 52.6 | 38.76 | 78.84 | - |
| YUV | 172.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 229 | 0.04 | 0.40 | 0 | 0.10 | 294.13 | 0.64 | 0.72 |
| Hex | DC | 89 | E5 | 4 | 28 | 0 | A | 126 | 40 | 48 |
| Octal | 334 | 211 | 345 | 4 | 50 | 0 | 12 | 446 | 100 | 110 |
| Binary | 11011100 | 10001001 | 11100101 | 100 | 101000 | 0 | 1010 | 100100110 | 1000000 | 1001000 |
Color Harmonies of #DC89E5
Complementary color
Monochromatic Colors of #DC89E5
Black with #DC89E5
Text Example
Text Example
White with #DC89E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89E5; }
p { color: rgb(220,137,229); }
H1.HeaderClassName
{
color: #DC89E5;
}
.AnyTagClassName
{
color: #DC89E5;
}
</style>
background-color css
<style>
a { background-color: #DC89E5; }
a { background-color: rgb(220,137,229); }
div.DivClassName
{
background-color: #DC89E5;
}
.BgClassName
{
background-color: #DC89E5;
}
</style>
border-color css
<style>
span { border-color: #DC89E5; }
span { border-color: rgb(220,137,229); }
td.TdClassName
{
border-color: #DC89E5;
}
.TagClassName
{
border-color: #DC89E5;
}
</style>