Shades of Violet #DD87E0
Tints of Violet #DD87E0
RGB
CMYK
RGB Variations
Color information
#DD87E0 (or 0xDD87E0) is known color: Violet. HEX triplet: DD, 87 and E0. RGB value is (221,135,224). Sum of RGB (Red+Green+Blue) = 221+135+224=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 135 (53.12% from 255 or 23.28% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD87E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87E0 is #22781F. Grayscale: #AAAAAA. Windows color (decimal): -2258976 or 14714845. OLE color: 14714845.
HSL color Cylindrical-coordinate representation of color #DD87E0: hue angle of 297.98º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD87E0 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 135 | 224 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.12 |
| HSL | 297.98º | 0.59% | 0.7% | - |
| HSV(B) | 297.98º | 0.4% | 0.88% | - |
| XYZ | 51.94 | 38.08 | 75.13 | - |
| YUV | 170.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 224 | 0.01 | 0.40 | 0 | 0.12 | 297.98 | 0.59 | 0.7 |
| Hex | DD | 87 | E0 | 1 | 28 | 0 | C | 12A | 3B | 46 |
| Octal | 335 | 207 | 340 | 1 | 50 | 0 | 14 | 452 | 73 | 106 |
| Binary | 11011101 | 10000111 | 11100000 | 1 | 101000 | 0 | 1100 | 100101010 | 111011 | 1000110 |
Color Harmonies of #DD87E0
Complementary color
Monochromatic Colors of #DD87E0
Black with #DD87E0
Text Example
Text Example
White with #DD87E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87E0; }
p { color: rgb(221,135,224); }
H1.HeaderClassName
{
color: #DD87E0;
}
.AnyTagClassName
{
color: #DD87E0;
}
</style>
background-color css
<style>
a { background-color: #DD87E0; }
a { background-color: rgb(221,135,224); }
div.DivClassName
{
background-color: #DD87E0;
}
.BgClassName
{
background-color: #DD87E0;
}
</style>
border-color css
<style>
span { border-color: #DD87E0; }
span { border-color: rgb(221,135,224); }
td.TdClassName
{
border-color: #DD87E0;
}
.TagClassName
{
border-color: #DD87E0;
}
</style>