Shades of Plum #D59BDD
Tints of Plum #D59BDD
RGB
CMYK
RGB Variations
Color information
#D59BDD (or 0xD59BDD) is known color: Plum. HEX triplet: D5, 9B and DD. RGB value is (213,155,221). Sum of RGB (Red+Green+Blue) = 213+155+221=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #D59BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BDD is #2A6422. Grayscale: #B3B3B3. Windows color (decimal): -2778147 or 14523349. OLE color: 14523349.
HSL color Cylindrical-coordinate representation of color #D59BDD: hue angle of 292.73º degrees, saturation: 0.49, 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 #D59BDD is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 155 | 221 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.13 |
| HSL | 292.73º | 0.49% | 0.74% | - |
| HSV(B) | 292.73º | 0.3% | 0.87% | - |
| XYZ | 52.21 | 42.81 | 73.92 | - |
| YUV | 179.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 221 | 0.04 | 0.30 | 0 | 0.13 | 292.73 | 0.49 | 0.74 |
| Hex | D5 | 9B | DD | 4 | 1E | 0 | D | 125 | 31 | 4A |
| Octal | 325 | 233 | 335 | 4 | 36 | 0 | 15 | 445 | 61 | 112 |
| Binary | 11010101 | 10011011 | 11011101 | 100 | 11110 | 0 | 1101 | 100100101 | 110001 | 1001010 |
Color Harmonies of #D59BDD
Complementary color
Monochromatic Colors of #D59BDD
Black with #D59BDD
Text Example
Text Example
White with #D59BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BDD; }
p { color: rgb(213,155,221); }
H1.HeaderClassName
{
color: #D59BDD;
}
.AnyTagClassName
{
color: #D59BDD;
}
</style>
background-color css
<style>
a { background-color: #D59BDD; }
a { background-color: rgb(213,155,221); }
div.DivClassName
{
background-color: #D59BDD;
}
.BgClassName
{
background-color: #D59BDD;
}
</style>
border-color css
<style>
span { border-color: #D59BDD; }
span { border-color: rgb(213,155,221); }
td.TdClassName
{
border-color: #D59BDD;
}
.TagClassName
{
border-color: #D59BDD;
}
</style>