Shades of Violet #D984E2
Tints of Violet #D984E2
RGB
CMYK
RGB Variations
Color information
#D984E2 (or 0xD984E2) is known color: Violet. HEX triplet: D9, 84 and E2. RGB value is (217,132,226). Sum of RGB (Red+Green+Blue) = 217+132+226=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #D984E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984E2 is #267B1D. Grayscale: #A7A7A7. Windows color (decimal): -2521886 or 14845145. OLE color: 14845145.
HSL color Cylindrical-coordinate representation of color #D984E2: hue angle of 294.26º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D984E2 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 132 | 226 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.11 |
| HSL | 294.26º | 0.62% | 0.7% | - |
| HSV(B) | 294.26º | 0.42% | 0.89% | - |
| XYZ | 50.59 | 36.75 | 76.38 | - |
| YUV | 168.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 226 | 0.04 | 0.42 | 0 | 0.11 | 294.26 | 0.62 | 0.7 |
| Hex | D9 | 84 | E2 | 4 | 2A | 0 | B | 126 | 3E | 46 |
| Octal | 331 | 204 | 342 | 4 | 52 | 0 | 13 | 446 | 76 | 106 |
| Binary | 11011001 | 10000100 | 11100010 | 100 | 101010 | 0 | 1011 | 100100110 | 111110 | 1000110 |
Color Harmonies of #D984E2
Complementary color
Monochromatic Colors of #D984E2
Black with #D984E2
Text Example
Text Example
White with #D984E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984E2; }
p { color: rgb(217,132,226); }
H1.HeaderClassName
{
color: #D984E2;
}
.AnyTagClassName
{
color: #D984E2;
}
</style>
background-color css
<style>
a { background-color: #D984E2; }
a { background-color: rgb(217,132,226); }
div.DivClassName
{
background-color: #D984E2;
}
.BgClassName
{
background-color: #D984E2;
}
</style>
border-color css
<style>
span { border-color: #D984E2; }
span { border-color: rgb(217,132,226); }
td.TdClassName
{
border-color: #D984E2;
}
.TagClassName
{
border-color: #D984E2;
}
</style>