Shades of Violet #DD82EE
Tints of Violet #DD82EE
RGB
CMYK
RGB Variations
Color information
#DD82EE (or 0xDD82EE) is known color: Violet. HEX triplet: DD, 82 and EE. RGB value is (221,130,238). Sum of RGB (Red+Green+Blue) = 221+130+238=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD82EE is #227D11. Grayscale: #A9A9A9. Windows color (decimal): -2260242 or 15631069. OLE color: 15631069.
HSL color Cylindrical-coordinate representation of color #DD82EE: hue angle of 290.56º degrees, saturation: 0.76, 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 #DD82EE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 130 | 238 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.07 |
| HSL | 290.56º | 0.76% | 0.72% | - |
| HSV(B) | 290.56º | 0.45% | 0.93% | - |
| XYZ | 53.23 | 37.51 | 85.32 | - |
| YUV | 169.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 238 | 0.07 | 0.45 | 0 | 0.07 | 290.56 | 0.76 | 0.72 |
| Hex | DD | 82 | EE | 7 | 2D | 0 | 7 | 123 | 4C | 48 |
| Octal | 335 | 202 | 356 | 7 | 55 | 0 | 7 | 443 | 114 | 110 |
| Binary | 11011101 | 10000010 | 11101110 | 111 | 101101 | 0 | 111 | 100100011 | 1001100 | 1001000 |
Color Harmonies of #DD82EE
Complementary color
Monochromatic Colors of #DD82EE
Black with #DD82EE
Text Example
Text Example
White with #DD82EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82EE; }
p { color: rgb(221,130,238); }
H1.HeaderClassName
{
color: #DD82EE;
}
.AnyTagClassName
{
color: #DD82EE;
}
</style>
background-color css
<style>
a { background-color: #DD82EE; }
a { background-color: rgb(221,130,238); }
div.DivClassName
{
background-color: #DD82EE;
}
.BgClassName
{
background-color: #DD82EE;
}
</style>
border-color css
<style>
span { border-color: #DD82EE; }
span { border-color: rgb(221,130,238); }
td.TdClassName
{
border-color: #DD82EE;
}
.TagClassName
{
border-color: #DD82EE;
}
</style>