Shades of Violet #DC89EA
Tints of Violet #DC89EA
RGB
CMYK
RGB Variations
Color information
#DC89EA (or 0xDC89EA) is known color: Violet. HEX triplet: DC, 89 and EA. RGB value is (220,137,234). Sum of RGB (Red+Green+Blue) = 220+137+234=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 137 (53.91% from 255 or 23.18% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89EA is #237615. Grayscale: #ACACAC. Windows color (decimal): -2323990 or 15370716. OLE color: 15370716.
HSL color Cylindrical-coordinate representation of color #DC89EA: hue angle of 291.34º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC89EA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 137 | 234 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.08 |
| HSL | 291.34º | 0.7% | 0.73% | - |
| HSV(B) | 291.34º | 0.41% | 0.92% | - |
| XYZ | 53.31 | 39.05 | 82.57 | - |
| YUV | 172.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 234 | 0.06 | 0.41 | 0 | 0.08 | 291.34 | 0.7 | 0.73 |
| Hex | DC | 89 | EA | 6 | 29 | 0 | 8 | 123 | 46 | 49 |
| Octal | 334 | 211 | 352 | 6 | 51 | 0 | 10 | 443 | 106 | 111 |
| Binary | 11011100 | 10001001 | 11101010 | 110 | 101001 | 0 | 1000 | 100100011 | 1000110 | 1001001 |
Color Harmonies of #DC89EA
Complementary color
Monochromatic Colors of #DC89EA
Black with #DC89EA
Text Example
Text Example
White with #DC89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89EA; }
p { color: rgb(220,137,234); }
H1.HeaderClassName
{
color: #DC89EA;
}
.AnyTagClassName
{
color: #DC89EA;
}
</style>
background-color css
<style>
a { background-color: #DC89EA; }
a { background-color: rgb(220,137,234); }
div.DivClassName
{
background-color: #DC89EA;
}
.BgClassName
{
background-color: #DC89EA;
}
</style>
border-color css
<style>
span { border-color: #DC89EA; }
span { border-color: rgb(220,137,234); }
td.TdClassName
{
border-color: #DC89EA;
}
.TagClassName
{
border-color: #DC89EA;
}
</style>