Shades of Plum #D59BDF
Tints of Plum #D59BDF
RGB
CMYK
RGB Variations
Color information
#D59BDF (or 0xD59BDF) is known color: Plum. HEX triplet: D5, 9B and DF. RGB value is (213,155,223). Sum of RGB (Red+Green+Blue) = 213+155+223=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #D59BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BDF is #2A6420. Grayscale: #B3B3B3. Windows color (decimal): -2778145 or 14654421. OLE color: 14654421.
HSL color Cylindrical-coordinate representation of color #D59BDF: hue angle of 291.18º degrees, saturation: 0.52, 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 #D59BDF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 155 | 223 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.13 |
| HSL | 291.18º | 0.52% | 0.74% | - |
| HSV(B) | 291.18º | 0.3% | 0.87% | - |
| XYZ | 52.48 | 42.92 | 75.33 | - |
| YUV | 180.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 223 | 0.04 | 0.30 | 0 | 0.13 | 291.18 | 0.52 | 0.74 |
| Hex | D5 | 9B | DF | 4 | 1E | 0 | D | 123 | 34 | 4A |
| Octal | 325 | 233 | 337 | 4 | 36 | 0 | 15 | 443 | 64 | 112 |
| Binary | 11010101 | 10011011 | 11011111 | 100 | 11110 | 0 | 1101 | 100100011 | 110100 | 1001010 |
Color Harmonies of #D59BDF
Complementary color
Monochromatic Colors of #D59BDF
Black with #D59BDF
Text Example
Text Example
White with #D59BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BDF; }
p { color: rgb(213,155,223); }
H1.HeaderClassName
{
color: #D59BDF;
}
.AnyTagClassName
{
color: #D59BDF;
}
</style>
background-color css
<style>
a { background-color: #D59BDF; }
a { background-color: rgb(213,155,223); }
div.DivClassName
{
background-color: #D59BDF;
}
.BgClassName
{
background-color: #D59BDF;
}
</style>
border-color css
<style>
span { border-color: #D59BDF; }
span { border-color: rgb(213,155,223); }
td.TdClassName
{
border-color: #D59BDF;
}
.TagClassName
{
border-color: #D59BDF;
}
</style>