Shades of Plum #D895DF
Tints of Plum #D895DF
RGB
CMYK
RGB Variations
Color information
#D895DF (or 0xD895DF) is known color: Plum. HEX triplet: D8, 95 and DF. RGB value is (216,149,223). Sum of RGB (Red+Green+Blue) = 216+149+223=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #D895DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895DF is #276A20. Grayscale: #B1B1B1. Windows color (decimal): -2583073 or 14652888. OLE color: 14652888.
HSL color Cylindrical-coordinate representation of color #D895DF: hue angle of 294.32º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D895DF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 149 | 223 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.13 |
| HSL | 294.32º | 0.54% | 0.73% | - |
| HSV(B) | 294.32º | 0.33% | 0.87% | - |
| XYZ | 52.39 | 41.42 | 75.05 | - |
| YUV | 177.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 223 | 0.03 | 0.33 | 0 | 0.13 | 294.32 | 0.54 | 0.73 |
| Hex | D8 | 95 | DF | 3 | 21 | 0 | D | 126 | 36 | 49 |
| Octal | 330 | 225 | 337 | 3 | 41 | 0 | 15 | 446 | 66 | 111 |
| Binary | 11011000 | 10010101 | 11011111 | 11 | 100001 | 0 | 1101 | 100100110 | 110110 | 1001001 |
Color Harmonies of #D895DF
Complementary color
Monochromatic Colors of #D895DF
Black with #D895DF
Text Example
Text Example
White with #D895DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D895DF; }
p { color: rgb(216,149,223); }
H1.HeaderClassName
{
color: #D895DF;
}
.AnyTagClassName
{
color: #D895DF;
}
</style>
background-color css
<style>
a { background-color: #D895DF; }
a { background-color: rgb(216,149,223); }
div.DivClassName
{
background-color: #D895DF;
}
.BgClassName
{
background-color: #D895DF;
}
</style>
border-color css
<style>
span { border-color: #D895DF; }
span { border-color: rgb(216,149,223); }
td.TdClassName
{
border-color: #D895DF;
}
.TagClassName
{
border-color: #D895DF;
}
</style>