Shades of Violet #DD89F0
Tints of Violet #DD89F0
RGB
CMYK
RGB Variations
Color information
#DD89F0 (or 0xDD89F0) is known color: Violet. HEX triplet: DD, 89 and F0. RGB value is (221,137,240). Sum of RGB (Red+Green+Blue) = 221+137+240=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 137 (53.91% from 255 or 22.91% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD89F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD89F0 is #22760F. Grayscale: #ADADAD. Windows color (decimal): -2258448 or 15763933. OLE color: 15763933.
HSL color Cylindrical-coordinate representation of color #DD89F0: hue angle of 288.93º degrees, saturation: 0.77, 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 #DD89F0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 137 | 240 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.06 |
| HSL | 288.93º | 0.77% | 0.74% | - |
| HSV(B) | 288.93º | 0.43% | 0.94% | - |
| XYZ | 54.49 | 39.55 | 87.2 | - |
| YUV | 173.86 | 165.33 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 240 | 0.08 | 0.43 | 0 | 0.06 | 288.93 | 0.77 | 0.74 |
| Hex | DD | 89 | F0 | 8 | 2B | 0 | 6 | 121 | 4D | 4A |
| Octal | 335 | 211 | 360 | 10 | 53 | 0 | 6 | 441 | 115 | 112 |
| Binary | 11011101 | 10001001 | 11110000 | 1000 | 101011 | 0 | 110 | 100100001 | 1001101 | 1001010 |
Color Harmonies of #DD89F0
Complementary color
Monochromatic Colors of #DD89F0
Black with #DD89F0
Text Example
Text Example
White with #DD89F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89F0; }
p { color: rgb(221,137,240); }
H1.HeaderClassName
{
color: #DD89F0;
}
.AnyTagClassName
{
color: #DD89F0;
}
</style>
background-color css
<style>
a { background-color: #DD89F0; }
a { background-color: rgb(221,137,240); }
div.DivClassName
{
background-color: #DD89F0;
}
.BgClassName
{
background-color: #DD89F0;
}
</style>
border-color css
<style>
span { border-color: #DD89F0; }
span { border-color: rgb(221,137,240); }
td.TdClassName
{
border-color: #DD89F0;
}
.TagClassName
{
border-color: #DD89F0;
}
</style>