Shades of Plum #D89AD2
Tints of Plum #D89AD2
RGB
CMYK
RGB Variations
Color information
#D89AD2 (or 0xD89AD2) is known color: Plum. HEX triplet: D8, 9A and D2. RGB value is (216,154,210). Sum of RGB (Red+Green+Blue) = 216+154+210=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AD2 is #27652D. Grayscale: #B2B2B2. Windows color (decimal): -2581806 or 13802200. OLE color: 13802200.
HSL color Cylindrical-coordinate representation of color #D89AD2: hue angle of 305.81º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89AD2 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 210 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.15 |
| HSL | 305.81º | 0.44% | 0.73% | - |
| HSV(B) | 305.81º | 0.29% | 0.85% | - |
| XYZ | 51.51 | 42.36 | 66.43 | - |
| YUV | 178.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 210 | 0 | 0.29 | 0.03 | 0.15 | 305.81 | 0.44 | 0.73 |
| Hex | D8 | 9A | D2 | 0 | 1D | 3 | F | 132 | 2C | 49 |
| Octal | 330 | 232 | 322 | 0 | 35 | 3 | 17 | 462 | 54 | 111 |
| Binary | 11011000 | 10011010 | 11010010 | 0 | 11101 | 11 | 1111 | 100110010 | 101100 | 1001001 |
Color Harmonies of #D89AD2
Complementary color
Monochromatic Colors of #D89AD2
Black with #D89AD2
Text Example
Text Example
White with #D89AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89AD2; }
p { color: rgb(216,154,210); }
H1.HeaderClassName
{
color: #D89AD2;
}
.AnyTagClassName
{
color: #D89AD2;
}
</style>
background-color css
<style>
a { background-color: #D89AD2; }
a { background-color: rgb(216,154,210); }
div.DivClassName
{
background-color: #D89AD2;
}
.BgClassName
{
background-color: #D89AD2;
}
</style>
border-color css
<style>
span { border-color: #D89AD2; }
span { border-color: rgb(216,154,210); }
td.TdClassName
{
border-color: #D89AD2;
}
.TagClassName
{
border-color: #D89AD2;
}
</style>