Shades of Plum #D889DF
Tints of Plum #D889DF
RGB
CMYK
RGB Variations
Color information
#D889DF (or 0xD889DF) is known color: Plum. HEX triplet: D8, 89 and DF. RGB value is (216,137,223). Sum of RGB (Red+Green+Blue) = 216+137+223=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #D889DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889DF is #277620. Grayscale: #AAAAAA. Windows color (decimal): -2586145 or 14649816. OLE color: 14649816.
HSL color Cylindrical-coordinate representation of color #D889DF: hue angle of 295.12º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D889DF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 137 | 223 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.13 |
| HSL | 295.12º | 0.57% | 0.71% | - |
| HSV(B) | 295.12º | 0.39% | 0.87% | - |
| XYZ | 50.58 | 37.82 | 74.45 | - |
| YUV | 170.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 223 | 0.03 | 0.39 | 0 | 0.13 | 295.12 | 0.57 | 0.71 |
| Hex | D8 | 89 | DF | 3 | 27 | 0 | D | 127 | 39 | 47 |
| Octal | 330 | 211 | 337 | 3 | 47 | 0 | 15 | 447 | 71 | 107 |
| Binary | 11011000 | 10001001 | 11011111 | 11 | 100111 | 0 | 1101 | 100100111 | 111001 | 1000111 |
Color Harmonies of #D889DF
Complementary color
Monochromatic Colors of #D889DF
Black with #D889DF
Text Example
Text Example
White with #D889DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889DF; }
p { color: rgb(216,137,223); }
H1.HeaderClassName
{
color: #D889DF;
}
.AnyTagClassName
{
color: #D889DF;
}
</style>
background-color css
<style>
a { background-color: #D889DF; }
a { background-color: rgb(216,137,223); }
div.DivClassName
{
background-color: #D889DF;
}
.BgClassName
{
background-color: #D889DF;
}
</style>
border-color css
<style>
span { border-color: #D889DF; }
span { border-color: rgb(216,137,223); }
td.TdClassName
{
border-color: #D889DF;
}
.TagClassName
{
border-color: #D889DF;
}
</style>