Shades of Plum #DA91DA
Tints of Plum #DA91DA
RGB
CMYK
RGB Variations
Color information
#DA91DA (or 0xDA91DA) is known color: Plum. HEX triplet: DA, 91 and DA. RGB value is (218,145,218). Sum of RGB (Red+Green+Blue) = 218+145+218=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA91DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91DA is #256E25. Grayscale: #AEAEAE. Windows color (decimal): -2453030 or 14324186. OLE color: 14324186.
HSL color Cylindrical-coordinate representation of color #DA91DA: hue angle of 300º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA91DA is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 145 | 218 | - |
CMYK | 0 | 0.33 | 0 | 0.15 |
HSL | 300º | 0.5% | 0.71% | - |
HSV(B) | 300º | 0.33% | 0.85% | - |
XYZ | 51.69 | 40.22 | 71.37 | - |
YUV | 175.15 | 152.18 | 158.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 145 | 218 | 0 | 0.33 | 0 | 0.15 | 300 | 0.5 | 0.71 |
Hex | DA | 91 | DA | 0 | 21 | 0 | F | 12C | 32 | 47 |
Octal | 332 | 221 | 332 | 0 | 41 | 0 | 17 | 454 | 62 | 107 |
Binary | 11011010 | 10010001 | 11011010 | 0 | 100001 | 0 | 1111 | 100101100 | 110010 | 1000111 |
Color Harmonies of #DA91DA
Complementary color
Monochromatic Colors of #DA91DA
Black with #DA91DA
Text Example
Text Example
White with #DA91DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA91DA; }
p { color: rgb(218,145,218); }
H1.HeaderClassName
{
color: #DA91DA;
}
.AnyTagClassName
{
color: #DA91DA;
}
</style>
background-color css
<style>
a { background-color: #DA91DA; }
a { background-color: rgb(218,145,218); }
div.DivClassName
{
background-color: #DA91DA;
}
.BgClassName
{
background-color: #DA91DA;
}
</style>
border-color css
<style>
span { border-color: #DA91DA; }
span { border-color: rgb(218,145,218); }
td.TdClassName
{
border-color: #DA91DA;
}
.TagClassName
{
border-color: #DA91DA;
}
</style>