Shades of Violet #DC89EF
Tints of Violet #DC89EF
RGB
CMYK
RGB Variations
Color information
#DC89EF (or 0xDC89EF) is known color: Violet. HEX triplet: DC, 89 and EF. RGB value is (220,137,239). Sum of RGB (Red+Green+Blue) = 220+137+239=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC89EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89EF is #237610. Grayscale: #ADADAD. Windows color (decimal): -2323985 or 15698396. OLE color: 15698396.
HSL color Cylindrical-coordinate representation of color #DC89EF: hue angle of 288.82º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC89EF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 137 | 239 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.06 |
| HSL | 288.82º | 0.76% | 0.74% | - |
| HSV(B) | 288.82º | 0.43% | 0.94% | - |
| XYZ | 54.04 | 39.34 | 86.41 | - |
| YUV | 173.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 239 | 0.08 | 0.43 | 0 | 0.06 | 288.82 | 0.76 | 0.74 |
| Hex | DC | 89 | EF | 8 | 2B | 0 | 6 | 121 | 4C | 4A |
| Octal | 334 | 211 | 357 | 10 | 53 | 0 | 6 | 441 | 114 | 112 |
| Binary | 11011100 | 10001001 | 11101111 | 1000 | 101011 | 0 | 110 | 100100001 | 1001100 | 1001010 |
Color Harmonies of #DC89EF
Complementary color
Monochromatic Colors of #DC89EF
Black with #DC89EF
Text Example
Text Example
White with #DC89EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89EF; }
p { color: rgb(220,137,239); }
H1.HeaderClassName
{
color: #DC89EF;
}
.AnyTagClassName
{
color: #DC89EF;
}
</style>
background-color css
<style>
a { background-color: #DC89EF; }
a { background-color: rgb(220,137,239); }
div.DivClassName
{
background-color: #DC89EF;
}
.BgClassName
{
background-color: #DC89EF;
}
</style>
border-color css
<style>
span { border-color: #DC89EF; }
span { border-color: rgb(220,137,239); }
td.TdClassName
{
border-color: #DC89EF;
}
.TagClassName
{
border-color: #DC89EF;
}
</style>