Shades of Violet #D982E6
Tints of Violet #D982E6
RGB
CMYK
RGB Variations
Color information
#D982E6 (or 0xD982E6) is known color: Violet. HEX triplet: D9, 82 and E6. RGB value is (217,130,230). Sum of RGB (Red+Green+Blue) = 217+130+230=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #D982E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982E6 is #267D19. Grayscale: #A7A7A7. Windows color (decimal): -2522394 or 15106777. OLE color: 15106777.
HSL color Cylindrical-coordinate representation of color #D982E6: hue angle of 292.2º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D982E6 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 130 | 230 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.10 |
| HSL | 292.2º | 0.67% | 0.71% | - |
| HSV(B) | 292.2º | 0.43% | 0.9% | - |
| XYZ | 50.88 | 36.43 | 79.21 | - |
| YUV | 167.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 230 | 0.06 | 0.43 | 0 | 0.10 | 292.2 | 0.67 | 0.71 |
| Hex | D9 | 82 | E6 | 6 | 2B | 0 | A | 124 | 43 | 47 |
| Octal | 331 | 202 | 346 | 6 | 53 | 0 | 12 | 444 | 103 | 107 |
| Binary | 11011001 | 10000010 | 11100110 | 110 | 101011 | 0 | 1010 | 100100100 | 1000011 | 1000111 |
Color Harmonies of #D982E6
Complementary color
Monochromatic Colors of #D982E6
Black with #D982E6
Text Example
Text Example
White with #D982E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982E6; }
p { color: rgb(217,130,230); }
H1.HeaderClassName
{
color: #D982E6;
}
.AnyTagClassName
{
color: #D982E6;
}
</style>
background-color css
<style>
a { background-color: #D982E6; }
a { background-color: rgb(217,130,230); }
div.DivClassName
{
background-color: #D982E6;
}
.BgClassName
{
background-color: #D982E6;
}
</style>
border-color css
<style>
span { border-color: #D982E6; }
span { border-color: rgb(217,130,230); }
td.TdClassName
{
border-color: #D982E6;
}
.TagClassName
{
border-color: #D982E6;
}
</style>