Shades of Plum #D09DD7
Tints of Plum #D09DD7
RGB
CMYK
RGB Variations
Color information
#D09DD7 (or 0xD09DD7) is known color: Plum. HEX triplet: D0, 9D and D7. RGB value is (208,157,215). Sum of RGB (Red+Green+Blue) = 208+157+215=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 215 - color contains mainly: blue. Hex color #D09DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DD7 is #2F6228. Grayscale: #B2B2B2. Windows color (decimal): -3105321 or 14130640. OLE color: 14130640.
HSL color Cylindrical-coordinate representation of color #D09DD7: hue angle of 292.76º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D09DD7 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 157 | 215 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.16 |
| HSL | 292.76º | 0.42% | 0.73% | - |
| HSV(B) | 292.76º | 0.27% | 0.84% | - |
| XYZ | 50.34 | 42.43 | 69.83 | - |
| YUV | 178.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 215 | 0.03 | 0.27 | 0 | 0.16 | 292.76 | 0.42 | 0.73 |
| Hex | D0 | 9D | D7 | 3 | 1B | 0 | 10 | 125 | 2A | 49 |
| Octal | 320 | 235 | 327 | 3 | 33 | 0 | 20 | 445 | 52 | 111 |
| Binary | 11010000 | 10011101 | 11010111 | 11 | 11011 | 0 | 10000 | 100100101 | 101010 | 1001001 |
Color Harmonies of #D09DD7
Complementary color
Monochromatic Colors of #D09DD7
Black with #D09DD7
Text Example
Text Example
White with #D09DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DD7; }
p { color: rgb(208,157,215); }
H1.HeaderClassName
{
color: #D09DD7;
}
.AnyTagClassName
{
color: #D09DD7;
}
</style>
background-color css
<style>
a { background-color: #D09DD7; }
a { background-color: rgb(208,157,215); }
div.DivClassName
{
background-color: #D09DD7;
}
.BgClassName
{
background-color: #D09DD7;
}
</style>
border-color css
<style>
span { border-color: #D09DD7; }
span { border-color: rgb(208,157,215); }
td.TdClassName
{
border-color: #D09DD7;
}
.TagClassName
{
border-color: #D09DD7;
}
</style>