Shades of Violet #DD84EF
Tints of Violet #DD84EF
RGB
CMYK
RGB Variations
Color information
#DD84EF (or 0xDD84EF) is known color: Violet. HEX triplet: DD, 84 and EF. RGB value is (221,132,239). Sum of RGB (Red+Green+Blue) = 221+132+239=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 132 (51.95% from 255 or 22.30% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD84EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84EF is #227B10. Grayscale: #AAAAAA. Windows color (decimal): -2259729 or 15697117. OLE color: 15697117.
HSL color Cylindrical-coordinate representation of color #DD84EF: hue angle of 289.91º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD84EF is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 132 | 239 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.06 |
| HSL | 289.91º | 0.77% | 0.73% | - |
| HSV(B) | 289.91º | 0.45% | 0.94% | - |
| XYZ | 53.65 | 38.11 | 86.19 | - |
| YUV | 170.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 239 | 0.08 | 0.45 | 0 | 0.06 | 289.91 | 0.77 | 0.73 |
| Hex | DD | 84 | EF | 8 | 2D | 0 | 6 | 122 | 4D | 49 |
| Octal | 335 | 204 | 357 | 10 | 55 | 0 | 6 | 442 | 115 | 111 |
| Binary | 11011101 | 10000100 | 11101111 | 1000 | 101101 | 0 | 110 | 100100010 | 1001101 | 1001001 |
Color Harmonies of #DD84EF
Complementary color
Monochromatic Colors of #DD84EF
Black with #DD84EF
Text Example
Text Example
White with #DD84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84EF; }
p { color: rgb(221,132,239); }
H1.HeaderClassName
{
color: #DD84EF;
}
.AnyTagClassName
{
color: #DD84EF;
}
</style>
background-color css
<style>
a { background-color: #DD84EF; }
a { background-color: rgb(221,132,239); }
div.DivClassName
{
background-color: #DD84EF;
}
.BgClassName
{
background-color: #DD84EF;
}
</style>
border-color css
<style>
span { border-color: #DD84EF; }
span { border-color: rgb(221,132,239); }
td.TdClassName
{
border-color: #DD84EF;
}
.TagClassName
{
border-color: #DD84EF;
}
</style>