Shades of Plum #DA91E1
Tints of Plum #DA91E1
RGB
CMYK
RGB Variations
Color information
#DA91E1 (or 0xDA91E1) is known color: Plum. HEX triplet: DA, 91 and E1. RGB value is (218,145,225). Sum of RGB (Red+Green+Blue) = 218+145+225=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA91E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91E1 is #256E1E. Grayscale: #AFAFAF. Windows color (decimal): -2453023 or 14782938. OLE color: 14782938.
HSL color Cylindrical-coordinate representation of color #DA91E1: hue angle of 294.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA91E1 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 145 | 225 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.12 |
| HSL | 294.75º | 0.57% | 0.73% | - |
| HSV(B) | 294.75º | 0.36% | 0.88% | - |
| XYZ | 52.63 | 40.59 | 76.3 | - |
| YUV | 175.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 225 | 0.03 | 0.36 | 0 | 0.12 | 294.75 | 0.57 | 0.73 |
| Hex | DA | 91 | E1 | 3 | 24 | 0 | C | 127 | 39 | 49 |
| Octal | 332 | 221 | 341 | 3 | 44 | 0 | 14 | 447 | 71 | 111 |
| Binary | 11011010 | 10010001 | 11100001 | 11 | 100100 | 0 | 1100 | 100100111 | 111001 | 1001001 |
Color Harmonies of #DA91E1
Complementary color
Monochromatic Colors of #DA91E1
Black with #DA91E1
Text Example
Text Example
White with #DA91E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA91E1; }
p { color: rgb(218,145,225); }
H1.HeaderClassName
{
color: #DA91E1;
}
.AnyTagClassName
{
color: #DA91E1;
}
</style>
background-color css
<style>
a { background-color: #DA91E1; }
a { background-color: rgb(218,145,225); }
div.DivClassName
{
background-color: #DA91E1;
}
.BgClassName
{
background-color: #DA91E1;
}
</style>
border-color css
<style>
span { border-color: #DA91E1; }
span { border-color: rgb(218,145,225); }
td.TdClassName
{
border-color: #DA91E1;
}
.TagClassName
{
border-color: #DA91E1;
}
</style>