Shades of Plum #D897DF
Tints of Plum #D897DF
RGB
CMYK
RGB Variations
Color information
#D897DF (or 0xD897DF) is known color: Plum. HEX triplet: D8, 97 and DF. RGB value is (216,151,223). Sum of RGB (Red+Green+Blue) = 216+151+223=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #D897DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897DF is #276820. Grayscale: #B2B2B2. Windows color (decimal): -2582561 or 14653400. OLE color: 14653400.
HSL color Cylindrical-coordinate representation of color #D897DF: hue angle of 294.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D897DF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 151 | 223 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.13 |
| HSL | 294.17º | 0.53% | 0.73% | - |
| HSV(B) | 294.17º | 0.32% | 0.87% | - |
| XYZ | 52.7 | 42.06 | 75.15 | - |
| YUV | 178.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 223 | 0.03 | 0.32 | 0 | 0.13 | 294.17 | 0.53 | 0.73 |
| Hex | D8 | 97 | DF | 3 | 20 | 0 | D | 126 | 35 | 49 |
| Octal | 330 | 227 | 337 | 3 | 40 | 0 | 15 | 446 | 65 | 111 |
| Binary | 11011000 | 10010111 | 11011111 | 11 | 100000 | 0 | 1101 | 100100110 | 110101 | 1001001 |
Color Harmonies of #D897DF
Complementary color
Monochromatic Colors of #D897DF
Black with #D897DF
Text Example
Text Example
White with #D897DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D897DF; }
p { color: rgb(216,151,223); }
H1.HeaderClassName
{
color: #D897DF;
}
.AnyTagClassName
{
color: #D897DF;
}
</style>
background-color css
<style>
a { background-color: #D897DF; }
a { background-color: rgb(216,151,223); }
div.DivClassName
{
background-color: #D897DF;
}
.BgClassName
{
background-color: #D897DF;
}
</style>
border-color css
<style>
span { border-color: #D897DF; }
span { border-color: rgb(216,151,223); }
td.TdClassName
{
border-color: #D897DF;
}
.TagClassName
{
border-color: #D897DF;
}
</style>