Shades of Violet #DD84E6
Tints of Violet #DD84E6
RGB
CMYK
RGB Variations
Color information
#DD84E6 (or 0xDD84E6) is known color: Violet. HEX triplet: DD, 84 and E6. RGB value is (221,132,230). Sum of RGB (Red+Green+Blue) = 221+132+230=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD84E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84E6 is #227B19. Grayscale: #A9A9A9. Windows color (decimal): -2259738 or 15107293. OLE color: 15107293.
HSL color Cylindrical-coordinate representation of color #DD84E6: hue angle of 294.49º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD84E6 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 132 | 230 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.10 |
| HSL | 294.49º | 0.66% | 0.71% | - |
| HSV(B) | 294.49º | 0.43% | 0.9% | - |
| XYZ | 52.35 | 37.59 | 79.36 | - |
| YUV | 169.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 230 | 0.04 | 0.43 | 0 | 0.10 | 294.49 | 0.66 | 0.71 |
| Hex | DD | 84 | E6 | 4 | 2B | 0 | A | 126 | 42 | 47 |
| Octal | 335 | 204 | 346 | 4 | 53 | 0 | 12 | 446 | 102 | 107 |
| Binary | 11011101 | 10000100 | 11100110 | 100 | 101011 | 0 | 1010 | 100100110 | 1000010 | 1000111 |
Color Harmonies of #DD84E6
Complementary color
Monochromatic Colors of #DD84E6
Black with #DD84E6
Text Example
Text Example
White with #DD84E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84E6; }
p { color: rgb(221,132,230); }
H1.HeaderClassName
{
color: #DD84E6;
}
.AnyTagClassName
{
color: #DD84E6;
}
</style>
background-color css
<style>
a { background-color: #DD84E6; }
a { background-color: rgb(221,132,230); }
div.DivClassName
{
background-color: #DD84E6;
}
.BgClassName
{
background-color: #DD84E6;
}
</style>
border-color css
<style>
span { border-color: #DD84E6; }
span { border-color: rgb(221,132,230); }
td.TdClassName
{
border-color: #DD84E6;
}
.TagClassName
{
border-color: #DD84E6;
}
</style>