Shades of Violet #DC89E4
Tints of Violet #DC89E4
RGB
CMYK
RGB Variations
Color information
#DC89E4 (or 0xDC89E4) is known color: Violet. HEX triplet: DC, 89 and E4. RGB value is (220,137,228). Sum of RGB (Red+Green+Blue) = 220+137+228=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC89E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89E4 is #23761B. Grayscale: #ABABAB. Windows color (decimal): -2323996 or 14977500. OLE color: 14977500.
HSL color Cylindrical-coordinate representation of color #DC89E4: hue angle of 294.73º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC89E4 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 137 | 228 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.11 |
| HSL | 294.73º | 0.63% | 0.72% | - |
| HSV(B) | 294.73º | 0.4% | 0.89% | - |
| XYZ | 52.46 | 38.71 | 78.11 | - |
| YUV | 172.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 228 | 0.04 | 0.40 | 0 | 0.11 | 294.73 | 0.63 | 0.72 |
| Hex | DC | 89 | E4 | 4 | 28 | 0 | B | 127 | 3F | 48 |
| Octal | 334 | 211 | 344 | 4 | 50 | 0 | 13 | 447 | 77 | 110 |
| Binary | 11011100 | 10001001 | 11100100 | 100 | 101000 | 0 | 1011 | 100100111 | 111111 | 1001000 |
Color Harmonies of #DC89E4
Complementary color
Monochromatic Colors of #DC89E4
Black with #DC89E4
Text Example
Text Example
White with #DC89E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89E4; }
p { color: rgb(220,137,228); }
H1.HeaderClassName
{
color: #DC89E4;
}
.AnyTagClassName
{
color: #DC89E4;
}
</style>
background-color css
<style>
a { background-color: #DC89E4; }
a { background-color: rgb(220,137,228); }
div.DivClassName
{
background-color: #DC89E4;
}
.BgClassName
{
background-color: #DC89E4;
}
</style>
border-color css
<style>
span { border-color: #DC89E4; }
span { border-color: rgb(220,137,228); }
td.TdClassName
{
border-color: #DC89E4;
}
.TagClassName
{
border-color: #DC89E4;
}
</style>