Shades of Plum #DA8EDB
Tints of Plum #DA8EDB
RGB
CMYK
RGB Variations
Color information
#DA8EDB (or 0xDA8EDB) is known color: Plum. HEX triplet: DA, 8E and DB. RGB value is (218,142,219). Sum of RGB (Red+Green+Blue) = 218+142+219=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8EDB is #257124. Grayscale: #ADADAD. Windows color (decimal): -2453797 or 14388954. OLE color: 14388954.
HSL color Cylindrical-coordinate representation of color #DA8EDB: hue angle of 299.22º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8EDB is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 142 | 219 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.14 |
| HSL | 299.22º | 0.52% | 0.71% | - |
| HSV(B) | 299.22º | 0.35% | 0.86% | - |
| XYZ | 51.37 | 39.37 | 71.91 | - |
| YUV | 173.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 219 | 0.00 | 0.35 | 0 | 0.14 | 299.22 | 0.52 | 0.71 |
| Hex | DA | 8E | DB | 0 | 23 | 0 | E | 12B | 34 | 47 |
| Octal | 332 | 216 | 333 | 0 | 43 | 0 | 16 | 453 | 64 | 107 |
| Binary | 11011010 | 10001110 | 11011011 | 0 | 100011 | 0 | 1110 | 100101011 | 110100 | 1000111 |
Color Harmonies of #DA8EDB
Complementary color
Monochromatic Colors of #DA8EDB
Black with #DA8EDB
Text Example
Text Example
White with #DA8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8EDB; }
p { color: rgb(218,142,219); }
H1.HeaderClassName
{
color: #DA8EDB;
}
.AnyTagClassName
{
color: #DA8EDB;
}
</style>
background-color css
<style>
a { background-color: #DA8EDB; }
a { background-color: rgb(218,142,219); }
div.DivClassName
{
background-color: #DA8EDB;
}
.BgClassName
{
background-color: #DA8EDB;
}
</style>
border-color css
<style>
span { border-color: #DA8EDB; }
span { border-color: rgb(218,142,219); }
td.TdClassName
{
border-color: #DA8EDB;
}
.TagClassName
{
border-color: #DA8EDB;
}
</style>