Shades of Violet #DD87EC
Tints of Violet #DD87EC
RGB
CMYK
RGB Variations
Color information
#DD87EC (or 0xDD87EC) is known color: Violet. HEX triplet: DD, 87 and EC. RGB value is (221,135,236). Sum of RGB (Red+Green+Blue) = 221+135+236=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 135 (53.12% from 255 or 22.80% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD87EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD87EC is #227813. Grayscale: #ABABAB. Windows color (decimal): -2258964 or 15501277. OLE color: 15501277.
HSL color Cylindrical-coordinate representation of color #DD87EC: hue angle of 291.09º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD87EC is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 135 | 236 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.07 |
| HSL | 291.09º | 0.73% | 0.73% | - |
| HSV(B) | 291.09º | 0.43% | 0.93% | - |
| XYZ | 53.62 | 38.76 | 84.01 | - |
| YUV | 172.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 236 | 0.06 | 0.43 | 0 | 0.07 | 291.09 | 0.73 | 0.73 |
| Hex | DD | 87 | EC | 6 | 2B | 0 | 7 | 123 | 49 | 49 |
| Octal | 335 | 207 | 354 | 6 | 53 | 0 | 7 | 443 | 111 | 111 |
| Binary | 11011101 | 10000111 | 11101100 | 110 | 101011 | 0 | 111 | 100100011 | 1001001 | 1001001 |
Color Harmonies of #DD87EC
Complementary color
Monochromatic Colors of #DD87EC
Black with #DD87EC
Text Example
Text Example
White with #DD87EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87EC; }
p { color: rgb(221,135,236); }
H1.HeaderClassName
{
color: #DD87EC;
}
.AnyTagClassName
{
color: #DD87EC;
}
</style>
background-color css
<style>
a { background-color: #DD87EC; }
a { background-color: rgb(221,135,236); }
div.DivClassName
{
background-color: #DD87EC;
}
.BgClassName
{
background-color: #DD87EC;
}
</style>
border-color css
<style>
span { border-color: #DD87EC; }
span { border-color: rgb(221,135,236); }
td.TdClassName
{
border-color: #DD87EC;
}
.TagClassName
{
border-color: #DD87EC;
}
</style>