Shades of Plum #D59FDB
Tints of Plum #D59FDB
RGB
CMYK
RGB Variations
Color information
#D59FDB (or 0xD59FDB) is known color: Plum. HEX triplet: D5, 9F and DB. RGB value is (213,159,219). Sum of RGB (Red+Green+Blue) = 213+159+219=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 159 (62.5% from 255 or 26.90% 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 #D59FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FDB is #2A6024. Grayscale: #B5B5B5. Windows color (decimal): -2777125 or 14393301. OLE color: 14393301.
HSL color Cylindrical-coordinate representation of color #D59FDB: hue angle of 294º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59FDB is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 159 | 219 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.14 |
| HSL | 294º | 0.45% | 0.74% | - |
| HSV(B) | 294º | 0.27% | 0.86% | - |
| XYZ | 52.62 | 44.06 | 72.75 | - |
| YUV | 181.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 219 | 0.03 | 0.27 | 0 | 0.14 | 294 | 0.45 | 0.74 |
| Hex | D5 | 9F | DB | 3 | 1B | 0 | E | 126 | 2D | 4A |
| Octal | 325 | 237 | 333 | 3 | 33 | 0 | 16 | 446 | 55 | 112 |
| Binary | 11010101 | 10011111 | 11011011 | 11 | 11011 | 0 | 1110 | 100100110 | 101101 | 1001010 |
Color Harmonies of #D59FDB
Complementary color
Monochromatic Colors of #D59FDB
Black with #D59FDB
Text Example
Text Example
White with #D59FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FDB; }
p { color: rgb(213,159,219); }
H1.HeaderClassName
{
color: #D59FDB;
}
.AnyTagClassName
{
color: #D59FDB;
}
</style>
background-color css
<style>
a { background-color: #D59FDB; }
a { background-color: rgb(213,159,219); }
div.DivClassName
{
background-color: #D59FDB;
}
.BgClassName
{
background-color: #D59FDB;
}
</style>
border-color css
<style>
span { border-color: #D59FDB; }
span { border-color: rgb(213,159,219); }
td.TdClassName
{
border-color: #D59FDB;
}
.TagClassName
{
border-color: #D59FDB;
}
</style>