Shades of Plum #DA9ADB
Tints of Plum #DA9ADB
RGB
CMYK
RGB Variations
Color information
#DA9ADB (or 0xDA9ADB) is known color: Plum. HEX triplet: DA, 9A and DB. RGB value is (218,154,219). Sum of RGB (Red+Green+Blue) = 218+154+219=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ADB is #256524. Grayscale: #B4B4B4. Windows color (decimal): -2450725 or 14392026. OLE color: 14392026.
HSL color Cylindrical-coordinate representation of color #DA9ADB: hue angle of 299.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9ADB is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 154 | 219 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.14 |
| HSL | 299.08º | 0.47% | 0.73% | - |
| HSV(B) | 299.08º | 0.3% | 0.86% | - |
| XYZ | 53.26 | 43.13 | 72.54 | - |
| YUV | 180.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 219 | 0.00 | 0.30 | 0 | 0.14 | 299.08 | 0.47 | 0.73 |
| Hex | DA | 9A | DB | 0 | 1E | 0 | E | 12B | 2F | 49 |
| Octal | 332 | 232 | 333 | 0 | 36 | 0 | 16 | 453 | 57 | 111 |
| Binary | 11011010 | 10011010 | 11011011 | 0 | 11110 | 0 | 1110 | 100101011 | 101111 | 1001001 |
Color Harmonies of #DA9ADB
Complementary color
Monochromatic Colors of #DA9ADB
Black with #DA9ADB
Text Example
Text Example
White with #DA9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9ADB; }
p { color: rgb(218,154,219); }
H1.HeaderClassName
{
color: #DA9ADB;
}
.AnyTagClassName
{
color: #DA9ADB;
}
</style>
background-color css
<style>
a { background-color: #DA9ADB; }
a { background-color: rgb(218,154,219); }
div.DivClassName
{
background-color: #DA9ADB;
}
.BgClassName
{
background-color: #DA9ADB;
}
</style>
border-color css
<style>
span { border-color: #DA9ADB; }
span { border-color: rgb(218,154,219); }
td.TdClassName
{
border-color: #DA9ADB;
}
.TagClassName
{
border-color: #DA9ADB;
}
</style>