Shades of Violet #DD87E6
Tints of Violet #DD87E6
RGB
CMYK
RGB Variations
Color information
#DD87E6 (or 0xDD87E6) is known color: Violet. HEX triplet: DD, 87 and E6. RGB value is (221,135,230). Sum of RGB (Red+Green+Blue) = 221+135+230=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 135 (53.12% from 255 or 23.04% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD87E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD87E6 is #227819. Grayscale: #ABABAB. Windows color (decimal): -2258970 or 15108061. OLE color: 15108061.
HSL color Cylindrical-coordinate representation of color #DD87E6: hue angle of 294.32º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD87E6 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 135 | 230 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.10 |
| HSL | 294.32º | 0.66% | 0.72% | - |
| HSV(B) | 294.32º | 0.41% | 0.9% | - |
| XYZ | 52.77 | 38.41 | 79.5 | - |
| YUV | 171.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 230 | 0.04 | 0.41 | 0 | 0.10 | 294.32 | 0.66 | 0.72 |
| Hex | DD | 87 | E6 | 4 | 29 | 0 | A | 126 | 42 | 48 |
| Octal | 335 | 207 | 346 | 4 | 51 | 0 | 12 | 446 | 102 | 110 |
| Binary | 11011101 | 10000111 | 11100110 | 100 | 101001 | 0 | 1010 | 100100110 | 1000010 | 1001000 |
Color Harmonies of #DD87E6
Complementary color
Monochromatic Colors of #DD87E6
Black with #DD87E6
Text Example
Text Example
White with #DD87E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87E6; }
p { color: rgb(221,135,230); }
H1.HeaderClassName
{
color: #DD87E6;
}
.AnyTagClassName
{
color: #DD87E6;
}
</style>
background-color css
<style>
a { background-color: #DD87E6; }
a { background-color: rgb(221,135,230); }
div.DivClassName
{
background-color: #DD87E6;
}
.BgClassName
{
background-color: #DD87E6;
}
</style>
border-color css
<style>
span { border-color: #DD87E6; }
span { border-color: rgb(221,135,230); }
td.TdClassName
{
border-color: #DD87E6;
}
.TagClassName
{
border-color: #DD87E6;
}
</style>