Shades of Violet #DD84EC
Tints of Violet #DD84EC
RGB
CMYK
RGB Variations
Color information
#DD84EC (or 0xDD84EC) is known color: Violet. HEX triplet: DD, 84 and EC. RGB value is (221,132,236). Sum of RGB (Red+Green+Blue) = 221+132+236=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD84EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84EC is #227B13. Grayscale: #AAAAAA. Windows color (decimal): -2259732 or 15500509. OLE color: 15500509.
HSL color Cylindrical-coordinate representation of color #DD84EC: hue angle of 291.35º 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 #DD84EC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 132 | 236 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.07 |
| HSL | 291.35º | 0.73% | 0.72% | - |
| HSV(B) | 291.35º | 0.44% | 0.93% | - |
| XYZ | 53.21 | 37.93 | 83.87 | - |
| YUV | 170.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 236 | 0.06 | 0.44 | 0 | 0.07 | 291.35 | 0.73 | 0.72 |
| Hex | DD | 84 | EC | 6 | 2C | 0 | 7 | 123 | 49 | 48 |
| Octal | 335 | 204 | 354 | 6 | 54 | 0 | 7 | 443 | 111 | 110 |
| Binary | 11011101 | 10000100 | 11101100 | 110 | 101100 | 0 | 111 | 100100011 | 1001001 | 1001000 |
Color Harmonies of #DD84EC
Complementary color
Monochromatic Colors of #DD84EC
Black with #DD84EC
Text Example
Text Example
White with #DD84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84EC; }
p { color: rgb(221,132,236); }
H1.HeaderClassName
{
color: #DD84EC;
}
.AnyTagClassName
{
color: #DD84EC;
}
</style>
background-color css
<style>
a { background-color: #DD84EC; }
a { background-color: rgb(221,132,236); }
div.DivClassName
{
background-color: #DD84EC;
}
.BgClassName
{
background-color: #DD84EC;
}
</style>
border-color css
<style>
span { border-color: #DD84EC; }
span { border-color: rgb(221,132,236); }
td.TdClassName
{
border-color: #DD84EC;
}
.TagClassName
{
border-color: #DD84EC;
}
</style>