Shades of Plum #D09BD7
Tints of Plum #D09BD7
RGB
CMYK
RGB Variations
Color information
#D09BD7 (or 0xD09BD7) is known color: Plum. HEX triplet: D0, 9B and D7. RGB value is (208,155,215). Sum of RGB (Red+Green+Blue) = 208+155+215=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #D09BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BD7 is #2F6428. Grayscale: #B1B1B1. Windows color (decimal): -3105833 or 14130128. OLE color: 14130128.
HSL color Cylindrical-coordinate representation of color #D09BD7: hue angle of 293º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D09BD7 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 155 | 215 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.16 |
| HSL | 293º | 0.43% | 0.73% | - |
| HSV(B) | 293º | 0.28% | 0.84% | - |
| XYZ | 50 | 41.76 | 69.71 | - |
| YUV | 177.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 215 | 0.03 | 0.28 | 0 | 0.16 | 293 | 0.43 | 0.73 |
| Hex | D0 | 9B | D7 | 3 | 1C | 0 | 10 | 125 | 2B | 49 |
| Octal | 320 | 233 | 327 | 3 | 34 | 0 | 20 | 445 | 53 | 111 |
| Binary | 11010000 | 10011011 | 11010111 | 11 | 11100 | 0 | 10000 | 100100101 | 101011 | 1001001 |
Color Harmonies of #D09BD7
Complementary color
Monochromatic Colors of #D09BD7
Black with #D09BD7
Text Example
Text Example
White with #D09BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BD7; }
p { color: rgb(208,155,215); }
H1.HeaderClassName
{
color: #D09BD7;
}
.AnyTagClassName
{
color: #D09BD7;
}
</style>
background-color css
<style>
a { background-color: #D09BD7; }
a { background-color: rgb(208,155,215); }
div.DivClassName
{
background-color: #D09BD7;
}
.BgClassName
{
background-color: #D09BD7;
}
</style>
border-color css
<style>
span { border-color: #D09BD7; }
span { border-color: rgb(208,155,215); }
td.TdClassName
{
border-color: #D09BD7;
}
.TagClassName
{
border-color: #D09BD7;
}
</style>