Shades of Violet #DA87E1
Tints of Violet #DA87E1
RGB
CMYK
RGB Variations
Color information
#DA87E1 (or 0xDA87E1) is known color: Violet. HEX triplet: DA, 87 and E1. RGB value is (218,135,225). Sum of RGB (Red+Green+Blue) = 218+135+225=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA87E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87E1 is #25781E. Grayscale: #A9A9A9. Windows color (decimal): -2455583 or 14780378. OLE color: 14780378.
HSL color Cylindrical-coordinate representation of color #DA87E1: hue angle of 295.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA87E1 is Cyan = 0.03, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 135 | 225 | - |
| CMYK | 0.03 | 0.4 | 0 | 0.12 |
| HSL | 295.33º | 0.6% | 0.71% | - |
| HSV(B) | 295.33º | 0.4% | 0.88% | - |
| XYZ | 51.17 | 37.67 | 75.81 | - |
| YUV | 170.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 225 | 0.03 | 0.4 | 0 | 0.12 | 295.33 | 0.6 | 0.71 |
| Hex | DA | 87 | E1 | 3 | 28 | 0 | C | 127 | 3C | 47 |
| Octal | 332 | 207 | 341 | 3 | 50 | 0 | 14 | 447 | 74 | 107 |
| Binary | 11011010 | 10000111 | 11100001 | 11 | 101000 | 0 | 1100 | 100100111 | 111100 | 1000111 |
Color Harmonies of #DA87E1
Complementary color
Monochromatic Colors of #DA87E1
Black with #DA87E1
Text Example
Text Example
White with #DA87E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA87E1; }
p { color: rgb(218,135,225); }
H1.HeaderClassName
{
color: #DA87E1;
}
.AnyTagClassName
{
color: #DA87E1;
}
</style>
background-color css
<style>
a { background-color: #DA87E1; }
a { background-color: rgb(218,135,225); }
div.DivClassName
{
background-color: #DA87E1;
}
.BgClassName
{
background-color: #DA87E1;
}
</style>
border-color css
<style>
span { border-color: #DA87E1; }
span { border-color: rgb(218,135,225); }
td.TdClassName
{
border-color: #DA87E1;
}
.TagClassName
{
border-color: #DA87E1;
}
</style>