Shades of Violet #D987EA
Tints of Violet #D987EA
RGB
CMYK
RGB Variations
Color information
#D987EA (or 0xD987EA) is known color: Violet. HEX triplet: D9, 87 and EA. RGB value is (217,135,234). Sum of RGB (Red+Green+Blue) = 217+135+234=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 135 (53.12% from 255 or 23.04% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #D987EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D987EA is #267815. Grayscale: #AAAAAA. Windows color (decimal): -2521110 or 15370201. OLE color: 15370201.
HSL color Cylindrical-coordinate representation of color #D987EA: hue angle of 289.7º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D987EA is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 135 | 234 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.08 |
| HSL | 289.7º | 0.7% | 0.72% | - |
| HSV(B) | 289.7º | 0.42% | 0.92% | - |
| XYZ | 52.13 | 38.02 | 82.43 | - |
| YUV | 170.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 234 | 0.07 | 0.42 | 0 | 0.08 | 289.7 | 0.7 | 0.72 |
| Hex | D9 | 87 | EA | 7 | 2A | 0 | 8 | 122 | 46 | 48 |
| Octal | 331 | 207 | 352 | 7 | 52 | 0 | 10 | 442 | 106 | 110 |
| Binary | 11011001 | 10000111 | 11101010 | 111 | 101010 | 0 | 1000 | 100100010 | 1000110 | 1001000 |
Color Harmonies of #D987EA
Complementary color
Monochromatic Colors of #D987EA
Black with #D987EA
Text Example
Text Example
White with #D987EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987EA; }
p { color: rgb(217,135,234); }
H1.HeaderClassName
{
color: #D987EA;
}
.AnyTagClassName
{
color: #D987EA;
}
</style>
background-color css
<style>
a { background-color: #D987EA; }
a { background-color: rgb(217,135,234); }
div.DivClassName
{
background-color: #D987EA;
}
.BgClassName
{
background-color: #D987EA;
}
</style>
border-color css
<style>
span { border-color: #D987EA; }
span { border-color: rgb(217,135,234); }
td.TdClassName
{
border-color: #D987EA;
}
.TagClassName
{
border-color: #D987EA;
}
</style>