Shades of Violet #DD82E9
Tints of Violet #DD82E9
RGB
CMYK
RGB Variations
Color information
#DD82E9 (or 0xDD82E9) is known color: Violet. HEX triplet: DD, 82 and E9. RGB value is (221,130,233). Sum of RGB (Red+Green+Blue) = 221+130+233=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD82E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD82E9 is #227D16. Grayscale: #A8A8A8. Windows color (decimal): -2260247 or 15303389. OLE color: 15303389.
HSL color Cylindrical-coordinate representation of color #DD82E9: hue angle of 293.01º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD82E9 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 130 | 233 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.09 |
| HSL | 293.01º | 0.7% | 0.71% | - |
| HSV(B) | 293.01º | 0.44% | 0.91% | - |
| XYZ | 52.51 | 37.22 | 81.51 | - |
| YUV | 168.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 233 | 0.05 | 0.44 | 0 | 0.09 | 293.01 | 0.7 | 0.71 |
| Hex | DD | 82 | E9 | 5 | 2C | 0 | 9 | 125 | 46 | 47 |
| Octal | 335 | 202 | 351 | 5 | 54 | 0 | 11 | 445 | 106 | 107 |
| Binary | 11011101 | 10000010 | 11101001 | 101 | 101100 | 0 | 1001 | 100100101 | 1000110 | 1000111 |
Color Harmonies of #DD82E9
Complementary color
Monochromatic Colors of #DD82E9
Black with #DD82E9
Text Example
Text Example
White with #DD82E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82E9; }
p { color: rgb(221,130,233); }
H1.HeaderClassName
{
color: #DD82E9;
}
.AnyTagClassName
{
color: #DD82E9;
}
</style>
background-color css
<style>
a { background-color: #DD82E9; }
a { background-color: rgb(221,130,233); }
div.DivClassName
{
background-color: #DD82E9;
}
.BgClassName
{
background-color: #DD82E9;
}
</style>
border-color css
<style>
span { border-color: #DD82E9; }
span { border-color: rgb(221,130,233); }
td.TdClassName
{
border-color: #DD82E9;
}
.TagClassName
{
border-color: #DD82E9;
}
</style>