Shades of Violet #DD83E0
Tints of Violet #DD83E0
RGB
CMYK
RGB Variations
Color information
#DD83E0 (or 0xDD83E0) is known color: Violet. HEX triplet: DD, 83 and E0. RGB value is (221,131,224). Sum of RGB (Red+Green+Blue) = 221+131+224=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD83E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83E0 is #227C1F. Grayscale: #A8A8A8. Windows color (decimal): -2260000 or 14713821. OLE color: 14713821.
HSL color Cylindrical-coordinate representation of color #DD83E0: hue angle of 298.06º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD83E0 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 131 | 224 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.12 |
| HSL | 298.06º | 0.6% | 0.7% | - |
| HSV(B) | 298.06º | 0.42% | 0.88% | - |
| XYZ | 51.39 | 36.99 | 74.95 | - |
| YUV | 168.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 224 | 0.01 | 0.42 | 0 | 0.12 | 298.06 | 0.6 | 0.7 |
| Hex | DD | 83 | E0 | 1 | 2A | 0 | C | 12A | 3C | 46 |
| Octal | 335 | 203 | 340 | 1 | 52 | 0 | 14 | 452 | 74 | 106 |
| Binary | 11011101 | 10000011 | 11100000 | 1 | 101010 | 0 | 1100 | 100101010 | 111100 | 1000110 |
Color Harmonies of #DD83E0
Complementary color
Monochromatic Colors of #DD83E0
Black with #DD83E0
Text Example
Text Example
White with #DD83E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83E0; }
p { color: rgb(221,131,224); }
H1.HeaderClassName
{
color: #DD83E0;
}
.AnyTagClassName
{
color: #DD83E0;
}
</style>
background-color css
<style>
a { background-color: #DD83E0; }
a { background-color: rgb(221,131,224); }
div.DivClassName
{
background-color: #DD83E0;
}
.BgClassName
{
background-color: #DD83E0;
}
</style>
border-color css
<style>
span { border-color: #DD83E0; }
span { border-color: rgb(221,131,224); }
td.TdClassName
{
border-color: #DD83E0;
}
.TagClassName
{
border-color: #DD83E0;
}
</style>