Shades of Violet #DD83ED
Tints of Violet #DD83ED
RGB
CMYK
RGB Variations
Color information
#DD83ED (or 0xDD83ED) is known color: Violet. HEX triplet: DD, 83 and ED. RGB value is (221,131,237). Sum of RGB (Red+Green+Blue) = 221+131+237=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD83ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD83ED is #227C12. Grayscale: #A9A9A9. Windows color (decimal): -2259987 or 15565789. OLE color: 15565789.
HSL color Cylindrical-coordinate representation of color #DD83ED: hue angle of 290.94º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD83ED is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 131 | 237 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.07 |
| HSL | 290.94º | 0.75% | 0.72% | - |
| HSV(B) | 290.94º | 0.45% | 0.93% | - |
| XYZ | 53.22 | 37.72 | 84.6 | - |
| YUV | 169.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 237 | 0.07 | 0.45 | 0 | 0.07 | 290.94 | 0.75 | 0.72 |
| Hex | DD | 83 | ED | 7 | 2D | 0 | 7 | 123 | 4B | 48 |
| Octal | 335 | 203 | 355 | 7 | 55 | 0 | 7 | 443 | 113 | 110 |
| Binary | 11011101 | 10000011 | 11101101 | 111 | 101101 | 0 | 111 | 100100011 | 1001011 | 1001000 |
Color Harmonies of #DD83ED
Complementary color
Monochromatic Colors of #DD83ED
Black with #DD83ED
Text Example
Text Example
White with #DD83ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83ED; }
p { color: rgb(221,131,237); }
H1.HeaderClassName
{
color: #DD83ED;
}
.AnyTagClassName
{
color: #DD83ED;
}
</style>
background-color css
<style>
a { background-color: #DD83ED; }
a { background-color: rgb(221,131,237); }
div.DivClassName
{
background-color: #DD83ED;
}
.BgClassName
{
background-color: #DD83ED;
}
</style>
border-color css
<style>
span { border-color: #DD83ED; }
span { border-color: rgb(221,131,237); }
td.TdClassName
{
border-color: #DD83ED;
}
.TagClassName
{
border-color: #DD83ED;
}
</style>