Shades of Plum #DA9BDB
Tints of Plum #DA9BDB
RGB
CMYK
RGB Variations
Color information
#DA9BDB (or 0xDA9BDB) is known color: Plum. HEX triplet: DA, 9B and DB. RGB value is (218,155,219). Sum of RGB (Red+Green+Blue) = 218+155+219=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BDB is #256424. Grayscale: #B4B4B4. Windows color (decimal): -2450469 or 14392282. OLE color: 14392282.
HSL color Cylindrical-coordinate representation of color #DA9BDB: hue angle of 299.06º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BDB is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 155 | 219 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.14 |
| HSL | 299.06º | 0.47% | 0.73% | - |
| HSV(B) | 299.06º | 0.29% | 0.86% | - |
| XYZ | 53.42 | 43.46 | 72.59 | - |
| YUV | 181.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 219 | 0.00 | 0.29 | 0 | 0.14 | 299.06 | 0.47 | 0.73 |
| Hex | DA | 9B | DB | 0 | 1D | 0 | E | 12B | 2F | 49 |
| Octal | 332 | 233 | 333 | 0 | 35 | 0 | 16 | 453 | 57 | 111 |
| Binary | 11011010 | 10011011 | 11011011 | 0 | 11101 | 0 | 1110 | 100101011 | 101111 | 1001001 |
Color Harmonies of #DA9BDB
Complementary color
Monochromatic Colors of #DA9BDB
Black with #DA9BDB
Text Example
Text Example
White with #DA9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BDB; }
p { color: rgb(218,155,219); }
H1.HeaderClassName
{
color: #DA9BDB;
}
.AnyTagClassName
{
color: #DA9BDB;
}
</style>
background-color css
<style>
a { background-color: #DA9BDB; }
a { background-color: rgb(218,155,219); }
div.DivClassName
{
background-color: #DA9BDB;
}
.BgClassName
{
background-color: #DA9BDB;
}
</style>
border-color css
<style>
span { border-color: #DA9BDB; }
span { border-color: rgb(218,155,219); }
td.TdClassName
{
border-color: #DA9BDB;
}
.TagClassName
{
border-color: #DA9BDB;
}
</style>