Shades of Plum #D59BDE
Tints of Plum #D59BDE
RGB
CMYK
RGB Variations
Color information
#D59BDE (or 0xD59BDE) is known color: Plum. HEX triplet: D5, 9B and DE. RGB value is (213,155,222). Sum of RGB (Red+Green+Blue) = 213+155+222=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #D59BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BDE is #2A6421. Grayscale: #B3B3B3. Windows color (decimal): -2778146 or 14588885. OLE color: 14588885.
HSL color Cylindrical-coordinate representation of color #D59BDE: hue angle of 291.94º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59BDE is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 155 | 222 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.13 |
| HSL | 291.94º | 0.5% | 0.74% | - |
| HSV(B) | 291.94º | 0.3% | 0.87% | - |
| XYZ | 52.35 | 42.86 | 74.62 | - |
| YUV | 179.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 222 | 0.04 | 0.30 | 0 | 0.13 | 291.94 | 0.5 | 0.74 |
| Hex | D5 | 9B | DE | 4 | 1E | 0 | D | 124 | 32 | 4A |
| Octal | 325 | 233 | 336 | 4 | 36 | 0 | 15 | 444 | 62 | 112 |
| Binary | 11010101 | 10011011 | 11011110 | 100 | 11110 | 0 | 1101 | 100100100 | 110010 | 1001010 |
Color Harmonies of #D59BDE
Complementary color
Monochromatic Colors of #D59BDE
Black with #D59BDE
Text Example
Text Example
White with #D59BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BDE; }
p { color: rgb(213,155,222); }
H1.HeaderClassName
{
color: #D59BDE;
}
.AnyTagClassName
{
color: #D59BDE;
}
</style>
background-color css
<style>
a { background-color: #D59BDE; }
a { background-color: rgb(213,155,222); }
div.DivClassName
{
background-color: #D59BDE;
}
.BgClassName
{
background-color: #D59BDE;
}
</style>
border-color css
<style>
span { border-color: #D59BDE; }
span { border-color: rgb(213,155,222); }
td.TdClassName
{
border-color: #D59BDE;
}
.TagClassName
{
border-color: #D59BDE;
}
</style>