Shades of Violet #DD89ED
Tints of Violet #DD89ED
RGB
CMYK
RGB Variations
Color information
#DD89ED (or 0xDD89ED) is known color: Violet. HEX triplet: DD, 89 and ED. RGB value is (221,137,237). Sum of RGB (Red+Green+Blue) = 221+137+237=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD89ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD89ED is #227612. Grayscale: #ADADAD. Windows color (decimal): -2258451 or 15567325. OLE color: 15567325.
HSL color Cylindrical-coordinate representation of color #DD89ED: hue angle of 290.4º degrees, saturation: 0.74, 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 #DD89ED is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 137 | 237 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.07 |
| HSL | 290.4º | 0.74% | 0.73% | - |
| HSV(B) | 290.4º | 0.42% | 0.93% | - |
| XYZ | 54.05 | 39.38 | 84.87 | - |
| YUV | 173.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 237 | 0.07 | 0.42 | 0 | 0.07 | 290.4 | 0.74 | 0.73 |
| Hex | DD | 89 | ED | 7 | 2A | 0 | 7 | 122 | 4A | 49 |
| Octal | 335 | 211 | 355 | 7 | 52 | 0 | 7 | 442 | 112 | 111 |
| Binary | 11011101 | 10001001 | 11101101 | 111 | 101010 | 0 | 111 | 100100010 | 1001010 | 1001001 |
Color Harmonies of #DD89ED
Complementary color
Monochromatic Colors of #DD89ED
Black with #DD89ED
Text Example
Text Example
White with #DD89ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89ED; }
p { color: rgb(221,137,237); }
H1.HeaderClassName
{
color: #DD89ED;
}
.AnyTagClassName
{
color: #DD89ED;
}
</style>
background-color css
<style>
a { background-color: #DD89ED; }
a { background-color: rgb(221,137,237); }
div.DivClassName
{
background-color: #DD89ED;
}
.BgClassName
{
background-color: #DD89ED;
}
</style>
border-color css
<style>
span { border-color: #DD89ED; }
span { border-color: rgb(221,137,237); }
td.TdClassName
{
border-color: #DD89ED;
}
.TagClassName
{
border-color: #DD89ED;
}
</style>