Shades of Violet #D881E6
Tints of Violet #D881E6
RGB
CMYK
RGB Variations
Color information
#D881E6 (or 0xD881E6) is known color: Violet. HEX triplet: D8, 81 and E6. RGB value is (216,129,230). Sum of RGB (Red+Green+Blue) = 216+129+230=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #D881E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D881E6 is #277E19. Grayscale: #A6A6A6. Windows color (decimal): -2588186 or 15106520. OLE color: 15106520.
HSL color Cylindrical-coordinate representation of color #D881E6: hue angle of 291.68º 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 #D881E6 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 129 | 230 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.10 |
| HSL | 291.68º | 0.67% | 0.7% | - |
| HSV(B) | 291.68º | 0.44% | 0.9% | - |
| XYZ | 50.45 | 36.01 | 79.15 | - |
| YUV | 166.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 230 | 0.06 | 0.44 | 0 | 0.10 | 291.68 | 0.67 | 0.7 |
| Hex | D8 | 81 | E6 | 6 | 2C | 0 | A | 124 | 43 | 46 |
| Octal | 330 | 201 | 346 | 6 | 54 | 0 | 12 | 444 | 103 | 106 |
| Binary | 11011000 | 10000001 | 11100110 | 110 | 101100 | 0 | 1010 | 100100100 | 1000011 | 1000110 |
Color Harmonies of #D881E6
Complementary color
Monochromatic Colors of #D881E6
Black with #D881E6
Text Example
Text Example
White with #D881E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D881E6; }
p { color: rgb(216,129,230); }
H1.HeaderClassName
{
color: #D881E6;
}
.AnyTagClassName
{
color: #D881E6;
}
</style>
background-color css
<style>
a { background-color: #D881E6; }
a { background-color: rgb(216,129,230); }
div.DivClassName
{
background-color: #D881E6;
}
.BgClassName
{
background-color: #D881E6;
}
</style>
border-color css
<style>
span { border-color: #D881E6; }
span { border-color: rgb(216,129,230); }
td.TdClassName
{
border-color: #D881E6;
}
.TagClassName
{
border-color: #D881E6;
}
</style>