Shades of Plum #D59BD4
Tints of Plum #D59BD4
RGB
CMYK
RGB Variations
Color information
#D59BD4 (or 0xD59BD4) is known color: Plum. HEX triplet: D5, 9B and D4. RGB value is (213,155,212). Sum of RGB (Red+Green+Blue) = 213+155+212=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BD4 is #2A642B. Grayscale: #B2B2B2. Windows color (decimal): -2778156 or 13933525. OLE color: 13933525.
HSL color Cylindrical-coordinate representation of color #D59BD4: hue angle of 301.03º 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 #D59BD4 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 212 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.16 |
| HSL | 301.03º | 0.41% | 0.72% | - |
| HSV(B) | 301.03º | 0.27% | 0.84% | - |
| XYZ | 51.05 | 42.34 | 67.77 | - |
| YUV | 178.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 212 | 0 | 0.27 | 0.00 | 0.16 | 301.03 | 0.41 | 0.72 |
| Hex | D5 | 9B | D4 | 0 | 1B | 0 | 10 | 12D | 29 | 48 |
| Octal | 325 | 233 | 324 | 0 | 33 | 0 | 20 | 455 | 51 | 110 |
| Binary | 11010101 | 10011011 | 11010100 | 0 | 11011 | 0 | 10000 | 100101101 | 101001 | 1001000 |
Color Harmonies of #D59BD4
Complementary color
Monochromatic Colors of #D59BD4
Black with #D59BD4
Text Example
Text Example
White with #D59BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BD4; }
p { color: rgb(213,155,212); }
H1.HeaderClassName
{
color: #D59BD4;
}
.AnyTagClassName
{
color: #D59BD4;
}
</style>
background-color css
<style>
a { background-color: #D59BD4; }
a { background-color: rgb(213,155,212); }
div.DivClassName
{
background-color: #D59BD4;
}
.BgClassName
{
background-color: #D59BD4;
}
</style>
border-color css
<style>
span { border-color: #D59BD4; }
span { border-color: rgb(213,155,212); }
td.TdClassName
{
border-color: #D59BD4;
}
.TagClassName
{
border-color: #D59BD4;
}
</style>