Shades of Plum #D897D3
Tints of Plum #D897D3
RGB
CMYK
RGB Variations
Color information
#D897D3 (or 0xD897D3) is known color: Plum. HEX triplet: D8, 97 and D3. RGB value is (216,151,211). Sum of RGB (Red+Green+Blue) = 216+151+211=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D897D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897D3 is #27682C. Grayscale: #B1B1B1. Windows color (decimal): -2582573 or 13866968. OLE color: 13866968.
HSL color Cylindrical-coordinate representation of color #D897D3: hue angle of 304.62º 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 #D897D3 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 211 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.15 |
| HSL | 304.62º | 0.45% | 0.72% | - |
| HSV(B) | 304.62º | 0.3% | 0.85% | - |
| XYZ | 51.14 | 41.44 | 66.93 | - |
| YUV | 177.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 211 | 0 | 0.30 | 0.02 | 0.15 | 304.62 | 0.45 | 0.72 |
| Hex | D8 | 97 | D3 | 0 | 1E | 2 | F | 131 | 2D | 48 |
| Octal | 330 | 227 | 323 | 0 | 36 | 2 | 17 | 461 | 55 | 110 |
| Binary | 11011000 | 10010111 | 11010011 | 0 | 11110 | 10 | 1111 | 100110001 | 101101 | 1001000 |
Color Harmonies of #D897D3
Complementary color
Monochromatic Colors of #D897D3
Black with #D897D3
Text Example
Text Example
White with #D897D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D897D3; }
p { color: rgb(216,151,211); }
H1.HeaderClassName
{
color: #D897D3;
}
.AnyTagClassName
{
color: #D897D3;
}
</style>
background-color css
<style>
a { background-color: #D897D3; }
a { background-color: rgb(216,151,211); }
div.DivClassName
{
background-color: #D897D3;
}
.BgClassName
{
background-color: #D897D3;
}
</style>
border-color css
<style>
span { border-color: #D897D3; }
span { border-color: rgb(216,151,211); }
td.TdClassName
{
border-color: #D897D3;
}
.TagClassName
{
border-color: #D897D3;
}
</style>