Shades of Violet #DD8EEF
Tints of Violet #DD8EEF
RGB
CMYK
RGB Variations
Color information
#DD8EEF (or 0xDD8EEF) is known color: Violet. HEX triplet: DD, 8E and EF. RGB value is (221,142,239). Sum of RGB (Red+Green+Blue) = 221+142+239=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8EEF is #227110. Grayscale: #B0B0B0. Windows color (decimal): -2257169 or 15699677. OLE color: 15699677.
HSL color Cylindrical-coordinate representation of color #DD8EEF: hue angle of 288.87º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8EEF is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 142 | 239 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.06 |
| HSL | 288.87º | 0.75% | 0.75% | - |
| HSV(B) | 288.87º | 0.41% | 0.94% | - |
| XYZ | 55.07 | 40.95 | 86.66 | - |
| YUV | 176.68 | 163.17 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 239 | 0.08 | 0.41 | 0 | 0.06 | 288.87 | 0.75 | 0.75 |
| Hex | DD | 8E | EF | 8 | 29 | 0 | 6 | 121 | 4B | 4B |
| Octal | 335 | 216 | 357 | 10 | 51 | 0 | 6 | 441 | 113 | 113 |
| Binary | 11011101 | 10001110 | 11101111 | 1000 | 101001 | 0 | 110 | 100100001 | 1001011 | 1001011 |
Color Harmonies of #DD8EEF
Complementary color
Monochromatic Colors of #DD8EEF
Black with #DD8EEF
Text Example
Text Example
White with #DD8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8EEF; }
p { color: rgb(221,142,239); }
H1.HeaderClassName
{
color: #DD8EEF;
}
.AnyTagClassName
{
color: #DD8EEF;
}
</style>
background-color css
<style>
a { background-color: #DD8EEF; }
a { background-color: rgb(221,142,239); }
div.DivClassName
{
background-color: #DD8EEF;
}
.BgClassName
{
background-color: #DD8EEF;
}
</style>
border-color css
<style>
span { border-color: #DD8EEF; }
span { border-color: rgb(221,142,239); }
td.TdClassName
{
border-color: #DD8EEF;
}
.TagClassName
{
border-color: #DD8EEF;
}
</style>