Shades of Violet #DD89EB
Tints of Violet #DD89EB
RGB
CMYK
RGB Variations
Color information
#DD89EB (or 0xDD89EB) is known color: Violet. HEX triplet: DD, 89 and EB. RGB value is (221,137,235). Sum of RGB (Red+Green+Blue) = 221+137+235=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD89EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD89EB is #227614. Grayscale: #ACACAC. Windows color (decimal): -2258453 or 15436253. OLE color: 15436253.
HSL color Cylindrical-coordinate representation of color #DD89EB: hue angle of 291.43º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD89EB is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 137 | 235 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.08 |
| HSL | 291.43º | 0.71% | 0.73% | - |
| HSV(B) | 291.43º | 0.42% | 0.92% | - |
| XYZ | 53.76 | 39.26 | 83.34 | - |
| YUV | 173.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 235 | 0.06 | 0.42 | 0 | 0.08 | 291.43 | 0.71 | 0.73 |
| Hex | DD | 89 | EB | 6 | 2A | 0 | 8 | 123 | 47 | 49 |
| Octal | 335 | 211 | 353 | 6 | 52 | 0 | 10 | 443 | 107 | 111 |
| Binary | 11011101 | 10001001 | 11101011 | 110 | 101010 | 0 | 1000 | 100100011 | 1000111 | 1001001 |
Color Harmonies of #DD89EB
Complementary color
Monochromatic Colors of #DD89EB
Black with #DD89EB
Text Example
Text Example
White with #DD89EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89EB; }
p { color: rgb(221,137,235); }
H1.HeaderClassName
{
color: #DD89EB;
}
.AnyTagClassName
{
color: #DD89EB;
}
</style>
background-color css
<style>
a { background-color: #DD89EB; }
a { background-color: rgb(221,137,235); }
div.DivClassName
{
background-color: #DD89EB;
}
.BgClassName
{
background-color: #DD89EB;
}
</style>
border-color css
<style>
span { border-color: #DD89EB; }
span { border-color: rgb(221,137,235); }
td.TdClassName
{
border-color: #DD89EB;
}
.TagClassName
{
border-color: #DD89EB;
}
</style>