Shades of Violet #DD87E3
Tints of Violet #DD87E3
RGB
CMYK
RGB Variations
Color information
#DD87E3 (or 0xDD87E3) is known color: Violet. HEX triplet: DD, 87 and E3. RGB value is (221,135,227). Sum of RGB (Red+Green+Blue) = 221+135+227=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 135 (53.12% from 255 or 23.16% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD87E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87E3 is #22781C. Grayscale: #AAAAAA. Windows color (decimal): -2258973 or 14911453. OLE color: 14911453.
HSL color Cylindrical-coordinate representation of color #DD87E3: hue angle of 296.09º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD87E3 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 135 | 227 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.11 |
| HSL | 296.09º | 0.62% | 0.71% | - |
| HSV(B) | 296.09º | 0.41% | 0.89% | - |
| XYZ | 52.35 | 38.25 | 77.3 | - |
| YUV | 171.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 227 | 0.03 | 0.41 | 0 | 0.11 | 296.09 | 0.62 | 0.71 |
| Hex | DD | 87 | E3 | 3 | 29 | 0 | B | 128 | 3E | 47 |
| Octal | 335 | 207 | 343 | 3 | 51 | 0 | 13 | 450 | 76 | 107 |
| Binary | 11011101 | 10000111 | 11100011 | 11 | 101001 | 0 | 1011 | 100101000 | 111110 | 1000111 |
Color Harmonies of #DD87E3
Complementary color
Monochromatic Colors of #DD87E3
Black with #DD87E3
Text Example
Text Example
White with #DD87E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87E3; }
p { color: rgb(221,135,227); }
H1.HeaderClassName
{
color: #DD87E3;
}
.AnyTagClassName
{
color: #DD87E3;
}
</style>
background-color css
<style>
a { background-color: #DD87E3; }
a { background-color: rgb(221,135,227); }
div.DivClassName
{
background-color: #DD87E3;
}
.BgClassName
{
background-color: #DD87E3;
}
</style>
border-color css
<style>
span { border-color: #DD87E3; }
span { border-color: rgb(221,135,227); }
td.TdClassName
{
border-color: #DD87E3;
}
.TagClassName
{
border-color: #DD87E3;
}
</style>