Shades of Plum #D897CE
Tints of Plum #D897CE
RGB
CMYK
RGB Variations
Color information
#D897CE (or 0xD897CE) is known color: Plum. HEX triplet: D8, 97 and CE. RGB value is (216,151,206). Sum of RGB (Red+Green+Blue) = 216+151+206=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D897CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897CE is #276831. Grayscale: #B0B0B0. Windows color (decimal): -2582578 or 13539288. OLE color: 13539288.
HSL color Cylindrical-coordinate representation of color #D897CE: hue angle of 309.23º 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 #D897CE is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 206 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.15 |
| HSL | 309.23º | 0.45% | 0.72% | - |
| HSV(B) | 309.23º | 0.3% | 0.85% | - |
| XYZ | 50.53 | 41.19 | 63.68 | - |
| YUV | 176.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 206 | 0 | 0.30 | 0.05 | 0.15 | 309.23 | 0.45 | 0.72 |
| Hex | D8 | 97 | CE | 0 | 1E | 5 | F | 135 | 2D | 48 |
| Octal | 330 | 227 | 316 | 0 | 36 | 5 | 17 | 465 | 55 | 110 |
| Binary | 11011000 | 10010111 | 11001110 | 0 | 11110 | 101 | 1111 | 100110101 | 101101 | 1001000 |
Color Harmonies of #D897CE
Complementary color
Monochromatic Colors of #D897CE
Black with #D897CE
Text Example
Text Example
White with #D897CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D897CE; }
p { color: rgb(216,151,206); }
H1.HeaderClassName
{
color: #D897CE;
}
.AnyTagClassName
{
color: #D897CE;
}
</style>
background-color css
<style>
a { background-color: #D897CE; }
a { background-color: rgb(216,151,206); }
div.DivClassName
{
background-color: #D897CE;
}
.BgClassName
{
background-color: #D897CE;
}
</style>
border-color css
<style>
span { border-color: #D897CE; }
span { border-color: rgb(216,151,206); }
td.TdClassName
{
border-color: #D897CE;
}
.TagClassName
{
border-color: #D897CE;
}
</style>