Shades of Plum #DA91D8
Tints of Plum #DA91D8
RGB
CMYK
RGB Variations
Color information
#DA91D8 (or 0xDA91D8) is known color: Plum. HEX triplet: DA, 91 and D8. RGB value is (218,145,216). Sum of RGB (Red+Green+Blue) = 218+145+216=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA91D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91D8 is #256E27. Grayscale: #AEAEAE. Windows color (decimal): -2453032 or 14193114. OLE color: 14193114.
HSL color Cylindrical-coordinate representation of color #DA91D8: hue angle of 301.64º 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 #DA91D8 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 216 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.15 |
| HSL | 301.64º | 0.5% | 0.71% | - |
| HSV(B) | 301.64º | 0.33% | 0.85% | - |
| XYZ | 51.43 | 40.11 | 70 | - |
| YUV | 174.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 216 | 0 | 0.33 | 0.01 | 0.15 | 301.64 | 0.5 | 0.71 |
| Hex | DA | 91 | D8 | 0 | 21 | 1 | F | 12E | 32 | 47 |
| Octal | 332 | 221 | 330 | 0 | 41 | 1 | 17 | 456 | 62 | 107 |
| Binary | 11011010 | 10010001 | 11011000 | 0 | 100001 | 1 | 1111 | 100101110 | 110010 | 1000111 |
Color Harmonies of #DA91D8
Complementary color
Monochromatic Colors of #DA91D8
Black with #DA91D8
Text Example
Text Example
White with #DA91D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA91D8; }
p { color: rgb(218,145,216); }
H1.HeaderClassName
{
color: #DA91D8;
}
.AnyTagClassName
{
color: #DA91D8;
}
</style>
background-color css
<style>
a { background-color: #DA91D8; }
a { background-color: rgb(218,145,216); }
div.DivClassName
{
background-color: #DA91D8;
}
.BgClassName
{
background-color: #DA91D8;
}
</style>
border-color css
<style>
span { border-color: #DA91D8; }
span { border-color: rgb(218,145,216); }
td.TdClassName
{
border-color: #DA91D8;
}
.TagClassName
{
border-color: #DA91D8;
}
</style>