Shades of Violet #D884E5
Tints of Violet #D884E5
RGB
CMYK
RGB Variations
Color information
#D884E5 (or 0xD884E5) is known color: Violet. HEX triplet: D8, 84 and E5. RGB value is (216,132,229). Sum of RGB (Red+Green+Blue) = 216+132+229=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #D884E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884E5 is #277B1A. Grayscale: #A7A7A7. Windows color (decimal): -2587419 or 15041752. OLE color: 15041752.
HSL color Cylindrical-coordinate representation of color #D884E5: hue angle of 291.96º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D884E5 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 132 | 229 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.10 |
| HSL | 291.96º | 0.65% | 0.71% | - |
| HSV(B) | 291.96º | 0.42% | 0.9% | - |
| XYZ | 50.71 | 36.76 | 78.55 | - |
| YUV | 168.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 229 | 0.06 | 0.42 | 0 | 0.10 | 291.96 | 0.65 | 0.71 |
| Hex | D8 | 84 | E5 | 6 | 2A | 0 | A | 124 | 41 | 47 |
| Octal | 330 | 204 | 345 | 6 | 52 | 0 | 12 | 444 | 101 | 107 |
| Binary | 11011000 | 10000100 | 11100101 | 110 | 101010 | 0 | 1010 | 100100100 | 1000001 | 1000111 |
Color Harmonies of #D884E5
Complementary color
Monochromatic Colors of #D884E5
Black with #D884E5
Text Example
Text Example
White with #D884E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D884E5; }
p { color: rgb(216,132,229); }
H1.HeaderClassName
{
color: #D884E5;
}
.AnyTagClassName
{
color: #D884E5;
}
</style>
background-color css
<style>
a { background-color: #D884E5; }
a { background-color: rgb(216,132,229); }
div.DivClassName
{
background-color: #D884E5;
}
.BgClassName
{
background-color: #D884E5;
}
</style>
border-color css
<style>
span { border-color: #D884E5; }
span { border-color: rgb(216,132,229); }
td.TdClassName
{
border-color: #D884E5;
}
.TagClassName
{
border-color: #D884E5;
}
</style>