Shades of Violet #DD82ED
Tints of Violet #DD82ED
RGB
CMYK
RGB Variations
Color information
#DD82ED (or 0xDD82ED) is known color: Violet. HEX triplet: DD, 82 and ED. RGB value is (221,130,237). Sum of RGB (Red+Green+Blue) = 221+130+237=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD82ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD82ED is #227D12. Grayscale: #A9A9A9. Windows color (decimal): -2260243 or 15565533. OLE color: 15565533.
HSL color Cylindrical-coordinate representation of color #DD82ED: hue angle of 291.03º 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 #DD82ED is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 130 | 237 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.07 |
| HSL | 291.03º | 0.75% | 0.72% | - |
| HSV(B) | 291.03º | 0.45% | 0.93% | - |
| XYZ | 53.09 | 37.45 | 84.55 | - |
| YUV | 169.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 237 | 0.07 | 0.45 | 0 | 0.07 | 291.03 | 0.75 | 0.72 |
| Hex | DD | 82 | ED | 7 | 2D | 0 | 7 | 123 | 4B | 48 |
| Octal | 335 | 202 | 355 | 7 | 55 | 0 | 7 | 443 | 113 | 110 |
| Binary | 11011101 | 10000010 | 11101101 | 111 | 101101 | 0 | 111 | 100100011 | 1001011 | 1001000 |
Color Harmonies of #DD82ED
Complementary color
Monochromatic Colors of #DD82ED
Black with #DD82ED
Text Example
Text Example
White with #DD82ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82ED; }
p { color: rgb(221,130,237); }
H1.HeaderClassName
{
color: #DD82ED;
}
.AnyTagClassName
{
color: #DD82ED;
}
</style>
background-color css
<style>
a { background-color: #DD82ED; }
a { background-color: rgb(221,130,237); }
div.DivClassName
{
background-color: #DD82ED;
}
.BgClassName
{
background-color: #DD82ED;
}
</style>
border-color css
<style>
span { border-color: #DD82ED; }
span { border-color: rgb(221,130,237); }
td.TdClassName
{
border-color: #DD82ED;
}
.TagClassName
{
border-color: #DD82ED;
}
</style>