Shades of Violet #D885E4
Tints of Violet #D885E4
RGB
CMYK
RGB Variations
Color information
#D885E4 (or 0xD885E4) is known color: Violet. HEX triplet: D8, 85 and E4. RGB value is (216,133,228). Sum of RGB (Red+Green+Blue) = 216+133+228=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #D885E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885E4 is #277A1B. Grayscale: #A8A8A8. Windows color (decimal): -2587164 or 14976472. OLE color: 14976472.
HSL color Cylindrical-coordinate representation of color #D885E4: hue angle of 292.42º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D885E4 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 133 | 228 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.11 |
| HSL | 292.42º | 0.64% | 0.71% | - |
| HSV(B) | 292.42º | 0.42% | 0.89% | - |
| XYZ | 50.71 | 36.98 | 77.86 | - |
| YUV | 168.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 228 | 0.05 | 0.42 | 0 | 0.11 | 292.42 | 0.64 | 0.71 |
| Hex | D8 | 85 | E4 | 5 | 2A | 0 | B | 124 | 40 | 47 |
| Octal | 330 | 205 | 344 | 5 | 52 | 0 | 13 | 444 | 100 | 107 |
| Binary | 11011000 | 10000101 | 11100100 | 101 | 101010 | 0 | 1011 | 100100100 | 1000000 | 1000111 |
Color Harmonies of #D885E4
Complementary color
Monochromatic Colors of #D885E4
Black with #D885E4
Text Example
Text Example
White with #D885E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D885E4; }
p { color: rgb(216,133,228); }
H1.HeaderClassName
{
color: #D885E4;
}
.AnyTagClassName
{
color: #D885E4;
}
</style>
background-color css
<style>
a { background-color: #D885E4; }
a { background-color: rgb(216,133,228); }
div.DivClassName
{
background-color: #D885E4;
}
.BgClassName
{
background-color: #D885E4;
}
</style>
border-color css
<style>
span { border-color: #D885E4; }
span { border-color: rgb(216,133,228); }
td.TdClassName
{
border-color: #D885E4;
}
.TagClassName
{
border-color: #D885E4;
}
</style>