Shades of Plum #D897E4
Tints of Plum #D897E4
RGB
CMYK
RGB Variations
Color information
#D897E4 (or 0xD897E4) is known color: Plum. HEX triplet: D8, 97 and E4. RGB value is (216,151,228). Sum of RGB (Red+Green+Blue) = 216+151+228=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 228 - color contains mainly: blue. Hex color #D897E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897E4 is #27681B. Grayscale: #B2B2B2. Windows color (decimal): -2582556 or 14981080. OLE color: 14981080.
HSL color Cylindrical-coordinate representation of color #D897E4: hue angle of 290.65º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D897E4 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 151 | 228 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.11 |
| HSL | 290.65º | 0.59% | 0.74% | - |
| HSV(B) | 290.65º | 0.34% | 0.89% | - |
| XYZ | 53.39 | 42.33 | 78.76 | - |
| YUV | 179.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 228 | 0.05 | 0.34 | 0 | 0.11 | 290.65 | 0.59 | 0.74 |
| Hex | D8 | 97 | E4 | 5 | 22 | 0 | B | 123 | 3B | 4A |
| Octal | 330 | 227 | 344 | 5 | 42 | 0 | 13 | 443 | 73 | 112 |
| Binary | 11011000 | 10010111 | 11100100 | 101 | 100010 | 0 | 1011 | 100100011 | 111011 | 1001010 |
Color Harmonies of #D897E4
Complementary color
Monochromatic Colors of #D897E4
Black with #D897E4
Text Example
Text Example
White with #D897E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D897E4; }
p { color: rgb(216,151,228); }
H1.HeaderClassName
{
color: #D897E4;
}
.AnyTagClassName
{
color: #D897E4;
}
</style>
background-color css
<style>
a { background-color: #D897E4; }
a { background-color: rgb(216,151,228); }
div.DivClassName
{
background-color: #D897E4;
}
.BgClassName
{
background-color: #D897E4;
}
</style>
border-color css
<style>
span { border-color: #D897E4; }
span { border-color: rgb(216,151,228); }
td.TdClassName
{
border-color: #D897E4;
}
.TagClassName
{
border-color: #D897E4;
}
</style>