Shades of Plum #D089D9
Tints of Plum #D089D9
RGB
CMYK
RGB Variations
Color information
#D089D9 (or 0xD089D9) is known color: Plum. HEX triplet: D0, 89 and D9. RGB value is (208,137,217). Sum of RGB (Red+Green+Blue) = 208+137+217=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #D089D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089D9 is #2F7626. Grayscale: #A7A7A7. Windows color (decimal): -3110439 or 14256592. OLE color: 14256592.
HSL color Cylindrical-coordinate representation of color #D089D9: hue angle of 293.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D089D9 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 137 | 217 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.15 |
| HSL | 293.25º | 0.51% | 0.69% | - |
| HSV(B) | 293.25º | 0.37% | 0.85% | - |
| XYZ | 47.48 | 36.31 | 70.15 | - |
| YUV | 167.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 217 | 0.04 | 0.37 | 0 | 0.15 | 293.25 | 0.51 | 0.69 |
| Hex | D0 | 89 | D9 | 4 | 25 | 0 | F | 125 | 33 | 45 |
| Octal | 320 | 211 | 331 | 4 | 45 | 0 | 17 | 445 | 63 | 105 |
| Binary | 11010000 | 10001001 | 11011001 | 100 | 100101 | 0 | 1111 | 100100101 | 110011 | 1000101 |
Color Harmonies of #D089D9
Complementary color
Monochromatic Colors of #D089D9
Black with #D089D9
Text Example
Text Example
White with #D089D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089D9; }
p { color: rgb(208,137,217); }
H1.HeaderClassName
{
color: #D089D9;
}
.AnyTagClassName
{
color: #D089D9;
}
</style>
background-color css
<style>
a { background-color: #D089D9; }
a { background-color: rgb(208,137,217); }
div.DivClassName
{
background-color: #D089D9;
}
.BgClassName
{
background-color: #D089D9;
}
</style>
border-color css
<style>
span { border-color: #D089D9; }
span { border-color: rgb(208,137,217); }
td.TdClassName
{
border-color: #D089D9;
}
.TagClassName
{
border-color: #D089D9;
}
</style>