Shades of Violet #DC89EC
Tints of Violet #DC89EC
RGB
CMYK
RGB Variations
Color information
#DC89EC (or 0xDC89EC) is known color: Violet. HEX triplet: DC, 89 and EC. RGB value is (220,137,236). Sum of RGB (Red+Green+Blue) = 220+137+236=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC89EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89EC is #237613. Grayscale: #ACACAC. Windows color (decimal): -2323988 or 15501788. OLE color: 15501788.
HSL color Cylindrical-coordinate representation of color #DC89EC: hue angle of 290.3º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC89EC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 137 | 236 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.07 |
| HSL | 290.3º | 0.72% | 0.73% | - |
| HSV(B) | 290.3º | 0.42% | 0.93% | - |
| XYZ | 53.6 | 39.16 | 84.09 | - |
| YUV | 173.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 236 | 0.07 | 0.42 | 0 | 0.07 | 290.3 | 0.72 | 0.73 |
| Hex | DC | 89 | EC | 7 | 2A | 0 | 7 | 122 | 48 | 49 |
| Octal | 334 | 211 | 354 | 7 | 52 | 0 | 7 | 442 | 110 | 111 |
| Binary | 11011100 | 10001001 | 11101100 | 111 | 101010 | 0 | 111 | 100100010 | 1001000 | 1001001 |
Color Harmonies of #DC89EC
Complementary color
Monochromatic Colors of #DC89EC
Black with #DC89EC
Text Example
Text Example
White with #DC89EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89EC; }
p { color: rgb(220,137,236); }
H1.HeaderClassName
{
color: #DC89EC;
}
.AnyTagClassName
{
color: #DC89EC;
}
</style>
background-color css
<style>
a { background-color: #DC89EC; }
a { background-color: rgb(220,137,236); }
div.DivClassName
{
background-color: #DC89EC;
}
.BgClassName
{
background-color: #DC89EC;
}
</style>
border-color css
<style>
span { border-color: #DC89EC; }
span { border-color: rgb(220,137,236); }
td.TdClassName
{
border-color: #DC89EC;
}
.TagClassName
{
border-color: #DC89EC;
}
</style>