Shades of Violet #DD83EC
Tints of Violet #DD83EC
RGB
CMYK
RGB Variations
Color information
#DD83EC (or 0xDD83EC) is known color: Violet. HEX triplet: DD, 83 and EC. RGB value is (221,131,236). Sum of RGB (Red+Green+Blue) = 221+131+236=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD83EC is #227C13. Grayscale: #A9A9A9. Windows color (decimal): -2259988 or 15500253. OLE color: 15500253.
HSL color Cylindrical-coordinate representation of color #DD83EC: hue angle of 291.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD83EC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 131 | 236 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.07 |
| HSL | 291.43º | 0.73% | 0.72% | - |
| HSV(B) | 291.43º | 0.44% | 0.93% | - |
| XYZ | 53.08 | 37.66 | 83.83 | - |
| YUV | 169.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 236 | 0.06 | 0.44 | 0 | 0.07 | 291.43 | 0.73 | 0.72 |
| Hex | DD | 83 | EC | 6 | 2C | 0 | 7 | 123 | 49 | 48 |
| Octal | 335 | 203 | 354 | 6 | 54 | 0 | 7 | 443 | 111 | 110 |
| Binary | 11011101 | 10000011 | 11101100 | 110 | 101100 | 0 | 111 | 100100011 | 1001001 | 1001000 |
Color Harmonies of #DD83EC
Complementary color
Monochromatic Colors of #DD83EC
Black with #DD83EC
Text Example
Text Example
White with #DD83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83EC; }
p { color: rgb(221,131,236); }
H1.HeaderClassName
{
color: #DD83EC;
}
.AnyTagClassName
{
color: #DD83EC;
}
</style>
background-color css
<style>
a { background-color: #DD83EC; }
a { background-color: rgb(221,131,236); }
div.DivClassName
{
background-color: #DD83EC;
}
.BgClassName
{
background-color: #DD83EC;
}
</style>
border-color css
<style>
span { border-color: #DD83EC; }
span { border-color: rgb(221,131,236); }
td.TdClassName
{
border-color: #DD83EC;
}
.TagClassName
{
border-color: #DD83EC;
}
</style>