Shades of Plum #D891CE
Tints of Plum #D891CE
RGB
CMYK
RGB Variations
Color information
#D891CE (or 0xD891CE) is known color: Plum. HEX triplet: D8, 91 and CE. RGB value is (216,145,206). Sum of RGB (Red+Green+Blue) = 216+145+206=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D891CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D891CE is #276E31. Grayscale: #ADADAD. Windows color (decimal): -2584114 or 13537752. OLE color: 13537752.
HSL color Cylindrical-coordinate representation of color #D891CE: hue angle of 308.45º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D891CE is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 206 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.15 |
| HSL | 308.45º | 0.48% | 0.71% | - |
| HSV(B) | 308.45º | 0.33% | 0.85% | - |
| XYZ | 49.58 | 39.31 | 63.37 | - |
| YUV | 173.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 206 | 0 | 0.33 | 0.05 | 0.15 | 308.45 | 0.48 | 0.71 |
| Hex | D8 | 91 | CE | 0 | 21 | 5 | F | 134 | 30 | 47 |
| Octal | 330 | 221 | 316 | 0 | 41 | 5 | 17 | 464 | 60 | 107 |
| Binary | 11011000 | 10010001 | 11001110 | 0 | 100001 | 101 | 1111 | 100110100 | 110000 | 1000111 |
Color Harmonies of #D891CE
Complementary color
Monochromatic Colors of #D891CE
Black with #D891CE
Text Example
Text Example
White with #D891CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D891CE; }
p { color: rgb(216,145,206); }
H1.HeaderClassName
{
color: #D891CE;
}
.AnyTagClassName
{
color: #D891CE;
}
</style>
background-color css
<style>
a { background-color: #D891CE; }
a { background-color: rgb(216,145,206); }
div.DivClassName
{
background-color: #D891CE;
}
.BgClassName
{
background-color: #D891CE;
}
</style>
border-color css
<style>
span { border-color: #D891CE; }
span { border-color: rgb(216,145,206); }
td.TdClassName
{
border-color: #D891CE;
}
.TagClassName
{
border-color: #D891CE;
}
</style>