Shades of Plum #D893DF
Tints of Plum #D893DF
RGB
CMYK
RGB Variations
Color information
#D893DF (or 0xD893DF) is known color: Plum. HEX triplet: D8, 93 and DF. RGB value is (216,147,223). Sum of RGB (Red+Green+Blue) = 216+147+223=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #D893DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893DF is #276C20. Grayscale: #B0B0B0. Windows color (decimal): -2583585 or 14652376. OLE color: 14652376.
HSL color Cylindrical-coordinate representation of color #D893DF: hue angle of 294.47º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D893DF is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 147 | 223 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.13 |
| HSL | 294.47º | 0.54% | 0.73% | - |
| HSV(B) | 294.47º | 0.34% | 0.87% | - |
| XYZ | 52.07 | 40.79 | 74.94 | - |
| YUV | 176.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 223 | 0.03 | 0.34 | 0 | 0.13 | 294.47 | 0.54 | 0.73 |
| Hex | D8 | 93 | DF | 3 | 22 | 0 | D | 126 | 36 | 49 |
| Octal | 330 | 223 | 337 | 3 | 42 | 0 | 15 | 446 | 66 | 111 |
| Binary | 11011000 | 10010011 | 11011111 | 11 | 100010 | 0 | 1101 | 100100110 | 110110 | 1001001 |
Color Harmonies of #D893DF
Complementary color
Monochromatic Colors of #D893DF
Black with #D893DF
Text Example
Text Example
White with #D893DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D893DF; }
p { color: rgb(216,147,223); }
H1.HeaderClassName
{
color: #D893DF;
}
.AnyTagClassName
{
color: #D893DF;
}
</style>
background-color css
<style>
a { background-color: #D893DF; }
a { background-color: rgb(216,147,223); }
div.DivClassName
{
background-color: #D893DF;
}
.BgClassName
{
background-color: #D893DF;
}
</style>
border-color css
<style>
span { border-color: #D893DF; }
span { border-color: rgb(216,147,223); }
td.TdClassName
{
border-color: #D893DF;
}
.TagClassName
{
border-color: #D893DF;
}
</style>