Shades of Plum #DA8DD8
Tints of Plum #DA8DD8
RGB
CMYK
RGB Variations
Color information
#DA8DD8 (or 0xDA8DD8) is known color: Plum. HEX triplet: DA, 8D and D8. RGB value is (218,141,216). Sum of RGB (Red+Green+Blue) = 218+141+216=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DD8 is #257227. Grayscale: #ACACAC. Windows color (decimal): -2454056 or 14192090. OLE color: 14192090.
HSL color Cylindrical-coordinate representation of color #DA8DD8: hue angle of 301.56º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8DD8 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 216 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.15 |
| HSL | 301.56º | 0.51% | 0.7% | - |
| HSV(B) | 301.56º | 0.35% | 0.85% | - |
| XYZ | 50.83 | 38.91 | 69.8 | - |
| YUV | 172.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 216 | 0 | 0.35 | 0.01 | 0.15 | 301.56 | 0.51 | 0.7 |
| Hex | DA | 8D | D8 | 0 | 23 | 1 | F | 12E | 33 | 46 |
| Octal | 332 | 215 | 330 | 0 | 43 | 1 | 17 | 456 | 63 | 106 |
| Binary | 11011010 | 10001101 | 11011000 | 0 | 100011 | 1 | 1111 | 100101110 | 110011 | 1000110 |
Color Harmonies of #DA8DD8
Complementary color
Monochromatic Colors of #DA8DD8
Black with #DA8DD8
Text Example
Text Example
White with #DA8DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DD8; }
p { color: rgb(218,141,216); }
H1.HeaderClassName
{
color: #DA8DD8;
}
.AnyTagClassName
{
color: #DA8DD8;
}
</style>
background-color css
<style>
a { background-color: #DA8DD8; }
a { background-color: rgb(218,141,216); }
div.DivClassName
{
background-color: #DA8DD8;
}
.BgClassName
{
background-color: #DA8DD8;
}
</style>
border-color css
<style>
span { border-color: #DA8DD8; }
span { border-color: rgb(218,141,216); }
td.TdClassName
{
border-color: #DA8DD8;
}
.TagClassName
{
border-color: #DA8DD8;
}
</style>