Shades of Violet #DD8DEC
Tints of Violet #DD8DEC
RGB
CMYK
RGB Variations
Color information
#DD8DEC (or 0xDD8DEC) is known color: Violet. HEX triplet: DD, 8D and EC. RGB value is (221,141,236). Sum of RGB (Red+Green+Blue) = 221+141+236=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD8DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DEC is #227213. Grayscale: #AFAFAF. Windows color (decimal): -2257428 or 15502813. OLE color: 15502813.
HSL color Cylindrical-coordinate representation of color #DD8DEC: hue angle of 290.53º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8DEC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 141 | 236 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.07 |
| HSL | 290.53º | 0.71% | 0.74% | - |
| HSV(B) | 290.53º | 0.4% | 0.93% | - |
| XYZ | 54.48 | 40.48 | 84.3 | - |
| YUV | 175.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 236 | 0.06 | 0.40 | 0 | 0.07 | 290.53 | 0.71 | 0.74 |
| Hex | DD | 8D | EC | 6 | 28 | 0 | 7 | 123 | 47 | 4A |
| Octal | 335 | 215 | 354 | 6 | 50 | 0 | 7 | 443 | 107 | 112 |
| Binary | 11011101 | 10001101 | 11101100 | 110 | 101000 | 0 | 111 | 100100011 | 1000111 | 1001010 |
Color Harmonies of #DD8DEC
Complementary color
Monochromatic Colors of #DD8DEC
Black with #DD8DEC
Text Example
Text Example
White with #DD8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DEC; }
p { color: rgb(221,141,236); }
H1.HeaderClassName
{
color: #DD8DEC;
}
.AnyTagClassName
{
color: #DD8DEC;
}
</style>
background-color css
<style>
a { background-color: #DD8DEC; }
a { background-color: rgb(221,141,236); }
div.DivClassName
{
background-color: #DD8DEC;
}
.BgClassName
{
background-color: #DD8DEC;
}
</style>
border-color css
<style>
span { border-color: #DD8DEC; }
span { border-color: rgb(221,141,236); }
td.TdClassName
{
border-color: #DD8DEC;
}
.TagClassName
{
border-color: #DD8DEC;
}
</style>