Shades of Violet #DD89EA
Tints of Violet #DD89EA
RGB
CMYK
RGB Variations
Color information
#DD89EA (or 0xDD89EA) is known color: Violet. HEX triplet: DD, 89 and EA. RGB value is (221,137,234). Sum of RGB (Red+Green+Blue) = 221+137+234=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD89EA is #227615. Grayscale: #ACACAC. Windows color (decimal): -2258454 or 15370717. OLE color: 15370717.
HSL color Cylindrical-coordinate representation of color #DD89EA: hue angle of 291.96º 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 #DD89EA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 137 | 234 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.08 |
| HSL | 291.96º | 0.7% | 0.73% | - |
| HSV(B) | 291.96º | 0.41% | 0.92% | - |
| XYZ | 53.62 | 39.2 | 82.58 | - |
| YUV | 173.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 234 | 0.06 | 0.41 | 0 | 0.08 | 291.96 | 0.7 | 0.73 |
| Hex | DD | 89 | EA | 6 | 29 | 0 | 8 | 124 | 46 | 49 |
| Octal | 335 | 211 | 352 | 6 | 51 | 0 | 10 | 444 | 106 | 111 |
| Binary | 11011101 | 10001001 | 11101010 | 110 | 101001 | 0 | 1000 | 100100100 | 1000110 | 1001001 |
Color Harmonies of #DD89EA
Complementary color
Monochromatic Colors of #DD89EA
Black with #DD89EA
Text Example
Text Example
White with #DD89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89EA; }
p { color: rgb(221,137,234); }
H1.HeaderClassName
{
color: #DD89EA;
}
.AnyTagClassName
{
color: #DD89EA;
}
</style>
background-color css
<style>
a { background-color: #DD89EA; }
a { background-color: rgb(221,137,234); }
div.DivClassName
{
background-color: #DD89EA;
}
.BgClassName
{
background-color: #DD89EA;
}
</style>
border-color css
<style>
span { border-color: #DD89EA; }
span { border-color: rgb(221,137,234); }
td.TdClassName
{
border-color: #DD89EA;
}
.TagClassName
{
border-color: #DD89EA;
}
</style>