Shades of Plum #DA8DDD
Tints of Plum #DA8DDD
RGB
CMYK
RGB Variations
Color information
#DA8DDD (or 0xDA8DDD) is known color: Plum. HEX triplet: DA, 8D and DD. RGB value is (218,141,221). Sum of RGB (Red+Green+Blue) = 218+141+221=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA8DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DDD is #257222. Grayscale: #ACACAC. Windows color (decimal): -2454051 or 14519770. OLE color: 14519770.
HSL color Cylindrical-coordinate representation of color #DA8DDD: hue angle of 297.75º 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 #DA8DDD is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 141 | 221 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.13 |
| HSL | 297.75º | 0.54% | 0.71% | - |
| HSV(B) | 297.75º | 0.36% | 0.87% | - |
| XYZ | 51.49 | 39.18 | 73.25 | - |
| YUV | 173.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 221 | 0.01 | 0.36 | 0 | 0.13 | 297.75 | 0.54 | 0.71 |
| Hex | DA | 8D | DD | 1 | 24 | 0 | D | 12A | 36 | 47 |
| Octal | 332 | 215 | 335 | 1 | 44 | 0 | 15 | 452 | 66 | 107 |
| Binary | 11011010 | 10001101 | 11011101 | 1 | 100100 | 0 | 1101 | 100101010 | 110110 | 1000111 |
Color Harmonies of #DA8DDD
Complementary color
Monochromatic Colors of #DA8DDD
Black with #DA8DDD
Text Example
Text Example
White with #DA8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DDD; }
p { color: rgb(218,141,221); }
H1.HeaderClassName
{
color: #DA8DDD;
}
.AnyTagClassName
{
color: #DA8DDD;
}
</style>
background-color css
<style>
a { background-color: #DA8DDD; }
a { background-color: rgb(218,141,221); }
div.DivClassName
{
background-color: #DA8DDD;
}
.BgClassName
{
background-color: #DA8DDD;
}
</style>
border-color css
<style>
span { border-color: #DA8DDD; }
span { border-color: rgb(218,141,221); }
td.TdClassName
{
border-color: #DA8DDD;
}
.TagClassName
{
border-color: #DA8DDD;
}
</style>