Shades of Violet #D981E6
Tints of Violet #D981E6
RGB
CMYK
RGB Variations
Color information
#D981E6 (or 0xD981E6) is known color: Violet. HEX triplet: D9, 81 and E6. RGB value is (217,129,230). Sum of RGB (Red+Green+Blue) = 217+129+230=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #D981E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D981E6 is #267E19. Grayscale: #A6A6A6. Windows color (decimal): -2522650 or 15106521. OLE color: 15106521.
HSL color Cylindrical-coordinate representation of color #D981E6: hue angle of 292.28º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D981E6 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 129 | 230 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.10 |
| HSL | 292.28º | 0.67% | 0.7% | - |
| HSV(B) | 292.28º | 0.44% | 0.9% | - |
| XYZ | 50.75 | 36.17 | 79.17 | - |
| YUV | 166.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 230 | 0.06 | 0.44 | 0 | 0.10 | 292.28 | 0.67 | 0.7 |
| Hex | D9 | 81 | E6 | 6 | 2C | 0 | A | 124 | 43 | 46 |
| Octal | 331 | 201 | 346 | 6 | 54 | 0 | 12 | 444 | 103 | 106 |
| Binary | 11011001 | 10000001 | 11100110 | 110 | 101100 | 0 | 1010 | 100100100 | 1000011 | 1000110 |
Color Harmonies of #D981E6
Complementary color
Monochromatic Colors of #D981E6
Black with #D981E6
Text Example
Text Example
White with #D981E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D981E6; }
p { color: rgb(217,129,230); }
H1.HeaderClassName
{
color: #D981E6;
}
.AnyTagClassName
{
color: #D981E6;
}
</style>
background-color css
<style>
a { background-color: #D981E6; }
a { background-color: rgb(217,129,230); }
div.DivClassName
{
background-color: #D981E6;
}
.BgClassName
{
background-color: #D981E6;
}
</style>
border-color css
<style>
span { border-color: #D981E6; }
span { border-color: rgb(217,129,230); }
td.TdClassName
{
border-color: #D981E6;
}
.TagClassName
{
border-color: #D981E6;
}
</style>