Shades of Violet #D982EA
Tints of Violet #D982EA
RGB
CMYK
RGB Variations
Color information
#D982EA (or 0xD982EA) is known color: Violet. HEX triplet: D9, 82 and EA. RGB value is (217,130,234). Sum of RGB (Red+Green+Blue) = 217+130+234=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #D982EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982EA is #267D15. Grayscale: #A7A7A7. Windows color (decimal): -2522390 or 15368921. OLE color: 15368921.
HSL color Cylindrical-coordinate representation of color #D982EA: hue angle of 290.19º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D982EA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 130 | 234 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.08 |
| HSL | 290.19º | 0.71% | 0.71% | - |
| HSV(B) | 290.19º | 0.44% | 0.92% | - |
| XYZ | 51.45 | 36.66 | 82.21 | - |
| YUV | 167.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 234 | 0.07 | 0.44 | 0 | 0.08 | 290.19 | 0.71 | 0.71 |
| Hex | D9 | 82 | EA | 7 | 2C | 0 | 8 | 122 | 47 | 47 |
| Octal | 331 | 202 | 352 | 7 | 54 | 0 | 10 | 442 | 107 | 107 |
| Binary | 11011001 | 10000010 | 11101010 | 111 | 101100 | 0 | 1000 | 100100010 | 1000111 | 1000111 |
Color Harmonies of #D982EA
Complementary color
Monochromatic Colors of #D982EA
Black with #D982EA
Text Example
Text Example
White with #D982EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982EA; }
p { color: rgb(217,130,234); }
H1.HeaderClassName
{
color: #D982EA;
}
.AnyTagClassName
{
color: #D982EA;
}
</style>
background-color css
<style>
a { background-color: #D982EA; }
a { background-color: rgb(217,130,234); }
div.DivClassName
{
background-color: #D982EA;
}
.BgClassName
{
background-color: #D982EA;
}
</style>
border-color css
<style>
span { border-color: #D982EA; }
span { border-color: rgb(217,130,234); }
td.TdClassName
{
border-color: #D982EA;
}
.TagClassName
{
border-color: #D982EA;
}
</style>