Shades of Plum #DA8DDB
Tints of Plum #DA8DDB
RGB
CMYK
RGB Variations
Color information
#DA8DDB (or 0xDA8DDB) is known color: Plum. HEX triplet: DA, 8D and DB. RGB value is (218,141,219). Sum of RGB (Red+Green+Blue) = 218+141+219=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DDB is #257224. Grayscale: #ACACAC. Windows color (decimal): -2454053 or 14388698. OLE color: 14388698.
HSL color Cylindrical-coordinate representation of color #DA8DDB: hue angle of 299.23º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8DDB is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 141 | 219 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.14 |
| HSL | 299.23º | 0.52% | 0.71% | - |
| HSV(B) | 299.23º | 0.36% | 0.86% | - |
| XYZ | 51.22 | 39.07 | 71.86 | - |
| YUV | 172.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 219 | 0.00 | 0.36 | 0 | 0.14 | 299.23 | 0.52 | 0.71 |
| Hex | DA | 8D | DB | 0 | 24 | 0 | E | 12B | 34 | 47 |
| Octal | 332 | 215 | 333 | 0 | 44 | 0 | 16 | 453 | 64 | 107 |
| Binary | 11011010 | 10001101 | 11011011 | 0 | 100100 | 0 | 1110 | 100101011 | 110100 | 1000111 |
Color Harmonies of #DA8DDB
Complementary color
Monochromatic Colors of #DA8DDB
Black with #DA8DDB
Text Example
Text Example
White with #DA8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DDB; }
p { color: rgb(218,141,219); }
H1.HeaderClassName
{
color: #DA8DDB;
}
.AnyTagClassName
{
color: #DA8DDB;
}
</style>
background-color css
<style>
a { background-color: #DA8DDB; }
a { background-color: rgb(218,141,219); }
div.DivClassName
{
background-color: #DA8DDB;
}
.BgClassName
{
background-color: #DA8DDB;
}
</style>
border-color css
<style>
span { border-color: #DA8DDB; }
span { border-color: rgb(218,141,219); }
td.TdClassName
{
border-color: #DA8DDB;
}
.TagClassName
{
border-color: #DA8DDB;
}
</style>