Shades of Plum #DA8EDD
Tints of Plum #DA8EDD
RGB
CMYK
RGB Variations
Color information
#DA8EDD (or 0xDA8EDD) is known color: Plum. HEX triplet: DA, 8E and DD. RGB value is (218,142,221). Sum of RGB (Red+Green+Blue) = 218+142+221=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8EDD is #257122. Grayscale: #ADADAD. Windows color (decimal): -2453795 or 14520026. OLE color: 14520026.
HSL color Cylindrical-coordinate representation of color #DA8EDD: hue angle of 297.72º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8EDD is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 142 | 221 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.13 |
| HSL | 297.72º | 0.54% | 0.71% | - |
| HSV(B) | 297.72º | 0.36% | 0.87% | - |
| XYZ | 51.64 | 39.47 | 73.3 | - |
| YUV | 173.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 221 | 0.01 | 0.36 | 0 | 0.13 | 297.72 | 0.54 | 0.71 |
| Hex | DA | 8E | DD | 1 | 24 | 0 | D | 12A | 36 | 47 |
| Octal | 332 | 216 | 335 | 1 | 44 | 0 | 15 | 452 | 66 | 107 |
| Binary | 11011010 | 10001110 | 11011101 | 1 | 100100 | 0 | 1101 | 100101010 | 110110 | 1000111 |
Color Harmonies of #DA8EDD
Complementary color
Monochromatic Colors of #DA8EDD
Black with #DA8EDD
Text Example
Text Example
White with #DA8EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8EDD; }
p { color: rgb(218,142,221); }
H1.HeaderClassName
{
color: #DA8EDD;
}
.AnyTagClassName
{
color: #DA8EDD;
}
</style>
background-color css
<style>
a { background-color: #DA8EDD; }
a { background-color: rgb(218,142,221); }
div.DivClassName
{
background-color: #DA8EDD;
}
.BgClassName
{
background-color: #DA8EDD;
}
</style>
border-color css
<style>
span { border-color: #DA8EDD; }
span { border-color: rgb(218,142,221); }
td.TdClassName
{
border-color: #DA8EDD;
}
.TagClassName
{
border-color: #DA8EDD;
}
</style>