Shades of Plum #D897D0
Tints of Plum #D897D0
RGB
CMYK
RGB Variations
Color information
#D897D0 (or 0xD897D0) is known color: Plum. HEX triplet: D8, 97 and D0. RGB value is (216,151,208). Sum of RGB (Red+Green+Blue) = 216+151+208=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D897D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897D0 is #27682F. Grayscale: #B0B0B0. Windows color (decimal): -2582576 or 13670360. OLE color: 13670360.
HSL color Cylindrical-coordinate representation of color #D897D0: hue angle of 307.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D897D0 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 208 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.15 |
| HSL | 307.38º | 0.45% | 0.72% | - |
| HSV(B) | 307.38º | 0.3% | 0.85% | - |
| XYZ | 50.77 | 41.29 | 64.97 | - |
| YUV | 176.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 208 | 0 | 0.30 | 0.04 | 0.15 | 307.38 | 0.45 | 0.72 |
| Hex | D8 | 97 | D0 | 0 | 1E | 4 | F | 133 | 2D | 48 |
| Octal | 330 | 227 | 320 | 0 | 36 | 4 | 17 | 463 | 55 | 110 |
| Binary | 11011000 | 10010111 | 11010000 | 0 | 11110 | 100 | 1111 | 100110011 | 101101 | 1001000 |
Color Harmonies of #D897D0
Complementary color
Monochromatic Colors of #D897D0
Black with #D897D0
Text Example
Text Example
White with #D897D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D897D0; }
p { color: rgb(216,151,208); }
H1.HeaderClassName
{
color: #D897D0;
}
.AnyTagClassName
{
color: #D897D0;
}
</style>
background-color css
<style>
a { background-color: #D897D0; }
a { background-color: rgb(216,151,208); }
div.DivClassName
{
background-color: #D897D0;
}
.BgClassName
{
background-color: #D897D0;
}
</style>
border-color css
<style>
span { border-color: #D897D0; }
span { border-color: rgb(216,151,208); }
td.TdClassName
{
border-color: #D897D0;
}
.TagClassName
{
border-color: #D897D0;
}
</style>