Shades of Plum #DA91E5
Tints of Plum #DA91E5
RGB
CMYK
RGB Variations
Color information
#DA91E5 (or 0xDA91E5) is known color: Plum. HEX triplet: DA, 91 and E5. RGB value is (218,145,229). Sum of RGB (Red+Green+Blue) = 218+145+229=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA91E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91E5 is #256E1A. Grayscale: #B0B0B0. Windows color (decimal): -2453019 or 15045082. OLE color: 15045082.
HSL color Cylindrical-coordinate representation of color #DA91E5: hue angle of 292.14º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA91E5 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 145 | 229 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.10 |
| HSL | 292.14º | 0.62% | 0.73% | - |
| HSV(B) | 292.14º | 0.37% | 0.9% | - |
| XYZ | 53.18 | 40.81 | 79.2 | - |
| YUV | 176.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 229 | 0.05 | 0.37 | 0 | 0.10 | 292.14 | 0.62 | 0.73 |
| Hex | DA | 91 | E5 | 5 | 25 | 0 | A | 124 | 3E | 49 |
| Octal | 332 | 221 | 345 | 5 | 45 | 0 | 12 | 444 | 76 | 111 |
| Binary | 11011010 | 10010001 | 11100101 | 101 | 100101 | 0 | 1010 | 100100100 | 111110 | 1001001 |
Color Harmonies of #DA91E5
Complementary color
Monochromatic Colors of #DA91E5
Black with #DA91E5
Text Example
Text Example
White with #DA91E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA91E5; }
p { color: rgb(218,145,229); }
H1.HeaderClassName
{
color: #DA91E5;
}
.AnyTagClassName
{
color: #DA91E5;
}
</style>
background-color css
<style>
a { background-color: #DA91E5; }
a { background-color: rgb(218,145,229); }
div.DivClassName
{
background-color: #DA91E5;
}
.BgClassName
{
background-color: #DA91E5;
}
</style>
border-color css
<style>
span { border-color: #DA91E5; }
span { border-color: rgb(218,145,229); }
td.TdClassName
{
border-color: #DA91E5;
}
.TagClassName
{
border-color: #DA91E5;
}
</style>