Shades of Plum #D59BD1
Tints of Plum #D59BD1
RGB
CMYK
RGB Variations
Color information
#D59BD1 (or 0xD59BD1) is known color: Plum. HEX triplet: D5, 9B and D1. RGB value is (213,155,209). Sum of RGB (Red+Green+Blue) = 213+155+209=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BD1 is #2A642E. Grayscale: #B2B2B2. Windows color (decimal): -2778159 or 13736917. OLE color: 13736917.
HSL color Cylindrical-coordinate representation of color #D59BD1: hue angle of 304.14º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59BD1 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 209 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.16 |
| HSL | 304.14º | 0.41% | 0.72% | - |
| HSV(B) | 304.14º | 0.27% | 0.84% | - |
| XYZ | 50.67 | 42.19 | 65.79 | - |
| YUV | 178.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 209 | 0 | 0.27 | 0.02 | 0.16 | 304.14 | 0.41 | 0.72 |
| Hex | D5 | 9B | D1 | 0 | 1B | 2 | 10 | 130 | 29 | 48 |
| Octal | 325 | 233 | 321 | 0 | 33 | 2 | 20 | 460 | 51 | 110 |
| Binary | 11010101 | 10011011 | 11010001 | 0 | 11011 | 10 | 10000 | 100110000 | 101001 | 1001000 |
Color Harmonies of #D59BD1
Complementary color
Monochromatic Colors of #D59BD1
Black with #D59BD1
Text Example
Text Example
White with #D59BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BD1; }
p { color: rgb(213,155,209); }
H1.HeaderClassName
{
color: #D59BD1;
}
.AnyTagClassName
{
color: #D59BD1;
}
</style>
background-color css
<style>
a { background-color: #D59BD1; }
a { background-color: rgb(213,155,209); }
div.DivClassName
{
background-color: #D59BD1;
}
.BgClassName
{
background-color: #D59BD1;
}
</style>
border-color css
<style>
span { border-color: #D59BD1; }
span { border-color: rgb(213,155,209); }
td.TdClassName
{
border-color: #D59BD1;
}
.TagClassName
{
border-color: #D59BD1;
}
</style>