Shades of Violet #DD8EEA
Tints of Violet #DD8EEA
RGB
CMYK
RGB Variations
Color information
#DD8EEA (or 0xDD8EEA) is known color: Violet. HEX triplet: DD, 8E and EA. RGB value is (221,142,234). Sum of RGB (Red+Green+Blue) = 221+142+234=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD8EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8EEA is #227115. Grayscale: #AFAFAF. Windows color (decimal): -2257174 or 15371997. OLE color: 15371997.
HSL color Cylindrical-coordinate representation of color #DD8EEA: hue angle of 291.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8EEA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 142 | 234 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.08 |
| HSL | 291.52º | 0.69% | 0.74% | - |
| HSV(B) | 291.52º | 0.39% | 0.92% | - |
| XYZ | 54.34 | 40.66 | 82.83 | - |
| YUV | 176.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 234 | 0.06 | 0.39 | 0 | 0.08 | 291.52 | 0.69 | 0.74 |
| Hex | DD | 8E | EA | 6 | 27 | 0 | 8 | 124 | 45 | 4A |
| Octal | 335 | 216 | 352 | 6 | 47 | 0 | 10 | 444 | 105 | 112 |
| Binary | 11011101 | 10001110 | 11101010 | 110 | 100111 | 0 | 1000 | 100100100 | 1000101 | 1001010 |
Color Harmonies of #DD8EEA
Complementary color
Monochromatic Colors of #DD8EEA
Black with #DD8EEA
Text Example
Text Example
White with #DD8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8EEA; }
p { color: rgb(221,142,234); }
H1.HeaderClassName
{
color: #DD8EEA;
}
.AnyTagClassName
{
color: #DD8EEA;
}
</style>
background-color css
<style>
a { background-color: #DD8EEA; }
a { background-color: rgb(221,142,234); }
div.DivClassName
{
background-color: #DD8EEA;
}
.BgClassName
{
background-color: #DD8EEA;
}
</style>
border-color css
<style>
span { border-color: #DD8EEA; }
span { border-color: rgb(221,142,234); }
td.TdClassName
{
border-color: #DD8EEA;
}
.TagClassName
{
border-color: #DD8EEA;
}
</style>