Shades of Plum #DA9CDB
Tints of Plum #DA9CDB
RGB
CMYK
RGB Variations
Color information
#DA9CDB (or 0xDA9CDB) is known color: Plum. HEX triplet: DA, 9C and DB. RGB value is (218,156,219). Sum of RGB (Red+Green+Blue) = 218+156+219=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CDB is #256324. Grayscale: #B5B5B5. Windows color (decimal): -2450213 or 14392538. OLE color: 14392538.
HSL color Cylindrical-coordinate representation of color #DA9CDB: hue angle of 299.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9CDB is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 156 | 219 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.14 |
| HSL | 299.05º | 0.47% | 0.74% | - |
| HSV(B) | 299.05º | 0.29% | 0.86% | - |
| XYZ | 53.59 | 43.8 | 72.65 | - |
| YUV | 181.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 219 | 0.00 | 0.29 | 0 | 0.14 | 299.05 | 0.47 | 0.74 |
| Hex | DA | 9C | DB | 0 | 1D | 0 | E | 12B | 2F | 4A |
| Octal | 332 | 234 | 333 | 0 | 35 | 0 | 16 | 453 | 57 | 112 |
| Binary | 11011010 | 10011100 | 11011011 | 0 | 11101 | 0 | 1110 | 100101011 | 101111 | 1001010 |
Color Harmonies of #DA9CDB
Complementary color
Monochromatic Colors of #DA9CDB
Black with #DA9CDB
Text Example
Text Example
White with #DA9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9CDB; }
p { color: rgb(218,156,219); }
H1.HeaderClassName
{
color: #DA9CDB;
}
.AnyTagClassName
{
color: #DA9CDB;
}
</style>
background-color css
<style>
a { background-color: #DA9CDB; }
a { background-color: rgb(218,156,219); }
div.DivClassName
{
background-color: #DA9CDB;
}
.BgClassName
{
background-color: #DA9CDB;
}
</style>
border-color css
<style>
span { border-color: #DA9CDB; }
span { border-color: rgb(218,156,219); }
td.TdClassName
{
border-color: #DA9CDB;
}
.TagClassName
{
border-color: #DA9CDB;
}
</style>