Shades of Plum #DA8CDB
Tints of Plum #DA8CDB
RGB
CMYK
RGB Variations
Color information
#DA8CDB (or 0xDA8CDB) is known color: Plum. HEX triplet: DA, 8C and DB. RGB value is (218,140,219). Sum of RGB (Red+Green+Blue) = 218+140+219=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CDB is #257324. Grayscale: #ACACAC. Windows color (decimal): -2454309 or 14388442. OLE color: 14388442.
HSL color Cylindrical-coordinate representation of color #DA8CDB: hue angle of 299.24º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8CDB is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 140 | 219 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.14 |
| HSL | 299.24º | 0.52% | 0.7% | - |
| HSV(B) | 299.24º | 0.36% | 0.86% | - |
| XYZ | 51.08 | 38.78 | 71.81 | - |
| YUV | 172.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 219 | 0.00 | 0.36 | 0 | 0.14 | 299.24 | 0.52 | 0.7 |
| Hex | DA | 8C | DB | 0 | 24 | 0 | E | 12B | 34 | 46 |
| Octal | 332 | 214 | 333 | 0 | 44 | 0 | 16 | 453 | 64 | 106 |
| Binary | 11011010 | 10001100 | 11011011 | 0 | 100100 | 0 | 1110 | 100101011 | 110100 | 1000110 |
Color Harmonies of #DA8CDB
Complementary color
Monochromatic Colors of #DA8CDB
Black with #DA8CDB
Text Example
Text Example
White with #DA8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CDB; }
p { color: rgb(218,140,219); }
H1.HeaderClassName
{
color: #DA8CDB;
}
.AnyTagClassName
{
color: #DA8CDB;
}
</style>
background-color css
<style>
a { background-color: #DA8CDB; }
a { background-color: rgb(218,140,219); }
div.DivClassName
{
background-color: #DA8CDB;
}
.BgClassName
{
background-color: #DA8CDB;
}
</style>
border-color css
<style>
span { border-color: #DA8CDB; }
span { border-color: rgb(218,140,219); }
td.TdClassName
{
border-color: #DA8CDB;
}
.TagClassName
{
border-color: #DA8CDB;
}
</style>