Shades of Plum #D895E0
Tints of Plum #D895E0
RGB
CMYK
RGB Variations
Color information
#D895E0 (or 0xD895E0) is known color: Plum. HEX triplet: D8, 95 and E0. RGB value is (216,149,224). Sum of RGB (Red+Green+Blue) = 216+149+224=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #D895E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895E0 is #276A1F. Grayscale: #B1B1B1. Windows color (decimal): -2583072 or 14718424. OLE color: 14718424.
HSL color Cylindrical-coordinate representation of color #D895E0: hue angle of 293.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D895E0 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 149 | 224 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.12 |
| HSL | 293.6º | 0.55% | 0.73% | - |
| HSV(B) | 293.6º | 0.33% | 0.88% | - |
| XYZ | 52.52 | 41.48 | 75.76 | - |
| YUV | 177.58 | 154.2 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 224 | 0.04 | 0.33 | 0 | 0.12 | 293.6 | 0.55 | 0.73 |
| Hex | D8 | 95 | E0 | 4 | 21 | 0 | C | 126 | 37 | 49 |
| Octal | 330 | 225 | 340 | 4 | 41 | 0 | 14 | 446 | 67 | 111 |
| Binary | 11011000 | 10010101 | 11100000 | 100 | 100001 | 0 | 1100 | 100100110 | 110111 | 1001001 |
Color Harmonies of #D895E0
Complementary color
Monochromatic Colors of #D895E0
Black with #D895E0
Text Example
Text Example
White with #D895E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D895E0; }
p { color: rgb(216,149,224); }
H1.HeaderClassName
{
color: #D895E0;
}
.AnyTagClassName
{
color: #D895E0;
}
</style>
background-color css
<style>
a { background-color: #D895E0; }
a { background-color: rgb(216,149,224); }
div.DivClassName
{
background-color: #D895E0;
}
.BgClassName
{
background-color: #D895E0;
}
</style>
border-color css
<style>
span { border-color: #D895E0; }
span { border-color: rgb(216,149,224); }
td.TdClassName
{
border-color: #D895E0;
}
.TagClassName
{
border-color: #D895E0;
}
</style>