Shades of Plum #D89CD2
Tints of Plum #D89CD2
RGB
CMYK
RGB Variations
Color information
#D89CD2 (or 0xD89CD2) is known color: Plum. HEX triplet: D8, 9C and D2. RGB value is (216,156,210). Sum of RGB (Red+Green+Blue) = 216+156+210=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D89CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CD2 is #27632D. Grayscale: #B3B3B3. Windows color (decimal): -2581294 or 13802712. OLE color: 13802712.
HSL color Cylindrical-coordinate representation of color #D89CD2: hue angle of 306º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89CD2 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 210 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.15 |
| HSL | 306º | 0.43% | 0.73% | - |
| HSV(B) | 306º | 0.28% | 0.85% | - |
| XYZ | 51.84 | 43.03 | 66.55 | - |
| YUV | 180.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 210 | 0 | 0.28 | 0.03 | 0.15 | 306 | 0.43 | 0.73 |
| Hex | D8 | 9C | D2 | 0 | 1C | 3 | F | 132 | 2B | 49 |
| Octal | 330 | 234 | 322 | 0 | 34 | 3 | 17 | 462 | 53 | 111 |
| Binary | 11011000 | 10011100 | 11010010 | 0 | 11100 | 11 | 1111 | 100110010 | 101011 | 1001001 |
Color Harmonies of #D89CD2
Complementary color
Monochromatic Colors of #D89CD2
Black with #D89CD2
Text Example
Text Example
White with #D89CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CD2; }
p { color: rgb(216,156,210); }
H1.HeaderClassName
{
color: #D89CD2;
}
.AnyTagClassName
{
color: #D89CD2;
}
</style>
background-color css
<style>
a { background-color: #D89CD2; }
a { background-color: rgb(216,156,210); }
div.DivClassName
{
background-color: #D89CD2;
}
.BgClassName
{
background-color: #D89CD2;
}
</style>
border-color css
<style>
span { border-color: #D89CD2; }
span { border-color: rgb(216,156,210); }
td.TdClassName
{
border-color: #D89CD2;
}
.TagClassName
{
border-color: #D89CD2;
}
</style>