Shades of Violet #D881E5
Tints of Violet #D881E5
RGB
CMYK
RGB Variations
Color information
#D881E5 (or 0xD881E5) is known color: Violet. HEX triplet: D8, 81 and E5. RGB value is (216,129,229). Sum of RGB (Red+Green+Blue) = 216+129+229=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #D881E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881E5 is #277E1A. Grayscale: #A6A6A6. Windows color (decimal): -2588187 or 15040984. OLE color: 15040984.
HSL color Cylindrical-coordinate representation of color #D881E5: hue angle of 292.2º degrees, saturation: 0.66, 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 #D881E5 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 129 | 229 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.10 |
| HSL | 292.2º | 0.66% | 0.7% | - |
| HSV(B) | 292.2º | 0.44% | 0.9% | - |
| XYZ | 50.31 | 35.96 | 78.42 | - |
| YUV | 166.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 229 | 0.06 | 0.44 | 0 | 0.10 | 292.2 | 0.66 | 0.7 |
| Hex | D8 | 81 | E5 | 6 | 2C | 0 | A | 124 | 42 | 46 |
| Octal | 330 | 201 | 345 | 6 | 54 | 0 | 12 | 444 | 102 | 106 |
| Binary | 11011000 | 10000001 | 11100101 | 110 | 101100 | 0 | 1010 | 100100100 | 1000010 | 1000110 |
Color Harmonies of #D881E5
Complementary color
Monochromatic Colors of #D881E5
Black with #D881E5
Text Example
Text Example
White with #D881E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D881E5; }
p { color: rgb(216,129,229); }
H1.HeaderClassName
{
color: #D881E5;
}
.AnyTagClassName
{
color: #D881E5;
}
</style>
background-color css
<style>
a { background-color: #D881E5; }
a { background-color: rgb(216,129,229); }
div.DivClassName
{
background-color: #D881E5;
}
.BgClassName
{
background-color: #D881E5;
}
</style>
border-color css
<style>
span { border-color: #D881E5; }
span { border-color: rgb(216,129,229); }
td.TdClassName
{
border-color: #D881E5;
}
.TagClassName
{
border-color: #D881E5;
}
</style>