Shades of Plum #D089D5
Tints of Plum #D089D5
RGB
CMYK
RGB Variations
Color information
#D089D5 (or 0xD089D5) is known color: Plum. HEX triplet: D0, 89 and D5. RGB value is (208,137,213). Sum of RGB (Red+Green+Blue) = 208+137+213=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #D089D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089D5 is #2F762A. Grayscale: #A6A6A6. Windows color (decimal): -3110443 or 13994448. OLE color: 13994448.
HSL color Cylindrical-coordinate representation of color #D089D5: hue angle of 296.05º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D089D5 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 137 | 213 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.16 |
| HSL | 296.05º | 0.48% | 0.69% | - |
| HSV(B) | 296.05º | 0.36% | 0.84% | - |
| XYZ | 46.97 | 36.11 | 67.44 | - |
| YUV | 166.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 213 | 0.02 | 0.36 | 0 | 0.16 | 296.05 | 0.48 | 0.69 |
| Hex | D0 | 89 | D5 | 2 | 24 | 0 | 10 | 128 | 30 | 45 |
| Octal | 320 | 211 | 325 | 2 | 44 | 0 | 20 | 450 | 60 | 105 |
| Binary | 11010000 | 10001001 | 11010101 | 10 | 100100 | 0 | 10000 | 100101000 | 110000 | 1000101 |
Color Harmonies of #D089D5
Complementary color
Monochromatic Colors of #D089D5
Black with #D089D5
Text Example
Text Example
White with #D089D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089D5; }
p { color: rgb(208,137,213); }
H1.HeaderClassName
{
color: #D089D5;
}
.AnyTagClassName
{
color: #D089D5;
}
</style>
background-color css
<style>
a { background-color: #D089D5; }
a { background-color: rgb(208,137,213); }
div.DivClassName
{
background-color: #D089D5;
}
.BgClassName
{
background-color: #D089D5;
}
</style>
border-color css
<style>
span { border-color: #D089D5; }
span { border-color: rgb(208,137,213); }
td.TdClassName
{
border-color: #D089D5;
}
.TagClassName
{
border-color: #D089D5;
}
</style>