Shades of Violet #DD8CEC
Tints of Violet #DD8CEC
RGB
CMYK
RGB Variations
Color information
#DD8CEC (or 0xDD8CEC) is known color: Violet. HEX triplet: DD, 8C and EC. RGB value is (221,140,236). Sum of RGB (Red+Green+Blue) = 221+140+236=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD8CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CEC is #227313. Grayscale: #AEAEAE. Windows color (decimal): -2257684 or 15502557. OLE color: 15502557.
HSL color Cylindrical-coordinate representation of color #DD8CEC: hue angle of 290.62º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8CEC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 140 | 236 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.07 |
| HSL | 290.63º | 0.72% | 0.74% | - |
| HSV(B) | 290.63º | 0.41% | 0.93% | - |
| XYZ | 54.34 | 40.18 | 84.25 | - |
| YUV | 175.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 236 | 0.06 | 0.41 | 0 | 0.07 | 290.63 | 0.72 | 0.74 |
| Hex | DD | 8C | EC | 6 | 29 | 0 | 7 | 123 | 48 | 4A |
| Octal | 335 | 214 | 354 | 6 | 51 | 0 | 7 | 443 | 110 | 112 |
| Binary | 11011101 | 10001100 | 11101100 | 110 | 101001 | 0 | 111 | 100100011 | 1001000 | 1001010 |
Color Harmonies of #DD8CEC
Complementary color
Monochromatic Colors of #DD8CEC
Black with #DD8CEC
Text Example
Text Example
White with #DD8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CEC; }
p { color: rgb(221,140,236); }
H1.HeaderClassName
{
color: #DD8CEC;
}
.AnyTagClassName
{
color: #DD8CEC;
}
</style>
background-color css
<style>
a { background-color: #DD8CEC; }
a { background-color: rgb(221,140,236); }
div.DivClassName
{
background-color: #DD8CEC;
}
.BgClassName
{
background-color: #DD8CEC;
}
</style>
border-color css
<style>
span { border-color: #DD8CEC; }
span { border-color: rgb(221,140,236); }
td.TdClassName
{
border-color: #DD8CEC;
}
.TagClassName
{
border-color: #DD8CEC;
}
</style>