Shades of Plum #DA9DDB
Tints of Plum #DA9DDB
RGB
CMYK
RGB Variations
Color information
#DA9DDB (or 0xDA9DDB) is known color: Plum. HEX triplet: DA, 9D and DB. RGB value is (218,157,219). Sum of RGB (Red+Green+Blue) = 218+157+219=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DDB is #256224. Grayscale: #B6B6B6. Windows color (decimal): -2449957 or 14392794. OLE color: 14392794.
HSL color Cylindrical-coordinate representation of color #DA9DDB: hue angle of 299.03º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9DDB is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 157 | 219 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.14 |
| HSL | 299.03º | 0.46% | 0.74% | - |
| HSV(B) | 299.03º | 0.28% | 0.86% | - |
| XYZ | 53.76 | 44.13 | 72.7 | - |
| YUV | 182.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 219 | 0.00 | 0.28 | 0 | 0.14 | 299.03 | 0.46 | 0.74 |
| Hex | DA | 9D | DB | 0 | 1C | 0 | E | 12B | 2E | 4A |
| Octal | 332 | 235 | 333 | 0 | 34 | 0 | 16 | 453 | 56 | 112 |
| Binary | 11011010 | 10011101 | 11011011 | 0 | 11100 | 0 | 1110 | 100101011 | 101110 | 1001010 |
Color Harmonies of #DA9DDB
Complementary color
Monochromatic Colors of #DA9DDB
Black with #DA9DDB
Text Example
Text Example
White with #DA9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9DDB; }
p { color: rgb(218,157,219); }
H1.HeaderClassName
{
color: #DA9DDB;
}
.AnyTagClassName
{
color: #DA9DDB;
}
</style>
background-color css
<style>
a { background-color: #DA9DDB; }
a { background-color: rgb(218,157,219); }
div.DivClassName
{
background-color: #DA9DDB;
}
.BgClassName
{
background-color: #DA9DDB;
}
</style>
border-color css
<style>
span { border-color: #DA9DDB; }
span { border-color: rgb(218,157,219); }
td.TdClassName
{
border-color: #DA9DDB;
}
.TagClassName
{
border-color: #DA9DDB;
}
</style>