Shades of Violet #D984EA
Tints of Violet #D984EA
RGB
CMYK
RGB Variations
Color information
#D984EA (or 0xD984EA) is known color: Violet. HEX triplet: D9, 84 and EA. RGB value is (217,132,234). Sum of RGB (Red+Green+Blue) = 217+132+234=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #D984EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D984EA is #267B15. Grayscale: #A8A8A8. Windows color (decimal): -2521878 or 15369433. OLE color: 15369433.
HSL color Cylindrical-coordinate representation of color #D984EA: hue angle of 290º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D984EA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 132 | 234 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.08 |
| HSL | 290º | 0.71% | 0.72% | - |
| HSV(B) | 290º | 0.44% | 0.92% | - |
| XYZ | 51.72 | 37.19 | 82.3 | - |
| YUV | 169.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 234 | 0.07 | 0.44 | 0 | 0.08 | 290 | 0.71 | 0.72 |
| Hex | D9 | 84 | EA | 7 | 2C | 0 | 8 | 122 | 47 | 48 |
| Octal | 331 | 204 | 352 | 7 | 54 | 0 | 10 | 442 | 107 | 110 |
| Binary | 11011001 | 10000100 | 11101010 | 111 | 101100 | 0 | 1000 | 100100010 | 1000111 | 1001000 |
Color Harmonies of #D984EA
Complementary color
Monochromatic Colors of #D984EA
Black with #D984EA
Text Example
Text Example
White with #D984EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984EA; }
p { color: rgb(217,132,234); }
H1.HeaderClassName
{
color: #D984EA;
}
.AnyTagClassName
{
color: #D984EA;
}
</style>
background-color css
<style>
a { background-color: #D984EA; }
a { background-color: rgb(217,132,234); }
div.DivClassName
{
background-color: #D984EA;
}
.BgClassName
{
background-color: #D984EA;
}
</style>
border-color css
<style>
span { border-color: #D984EA; }
span { border-color: rgb(217,132,234); }
td.TdClassName
{
border-color: #D984EA;
}
.TagClassName
{
border-color: #D984EA;
}
</style>