Shades of Plum #D894E3
Tints of Plum #D894E3
RGB
CMYK
RGB Variations
Color information
#D894E3 (or 0xD894E3) is known color: Plum. HEX triplet: D8, 94 and E3. RGB value is (216,148,227). Sum of RGB (Red+Green+Blue) = 216+148+227=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 227 - color contains mainly: blue. Hex color #D894E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894E3 is #276B1C. Grayscale: #B1B1B1. Windows color (decimal): -2583325 or 14914776. OLE color: 14914776.
HSL color Cylindrical-coordinate representation of color #D894E3: hue angle of 291.65º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D894E3 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 148 | 227 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.11 |
| HSL | 291.65º | 0.59% | 0.74% | - |
| HSV(B) | 291.65º | 0.35% | 0.89% | - |
| XYZ | 52.77 | 41.32 | 77.87 | - |
| YUV | 177.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 227 | 0.05 | 0.35 | 0 | 0.11 | 291.65 | 0.59 | 0.74 |
| Hex | D8 | 94 | E3 | 5 | 23 | 0 | B | 124 | 3B | 4A |
| Octal | 330 | 224 | 343 | 5 | 43 | 0 | 13 | 444 | 73 | 112 |
| Binary | 11011000 | 10010100 | 11100011 | 101 | 100011 | 0 | 1011 | 100100100 | 111011 | 1001010 |
Color Harmonies of #D894E3
Complementary color
Monochromatic Colors of #D894E3
Black with #D894E3
Text Example
Text Example
White with #D894E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894E3; }
p { color: rgb(216,148,227); }
H1.HeaderClassName
{
color: #D894E3;
}
.AnyTagClassName
{
color: #D894E3;
}
</style>
background-color css
<style>
a { background-color: #D894E3; }
a { background-color: rgb(216,148,227); }
div.DivClassName
{
background-color: #D894E3;
}
.BgClassName
{
background-color: #D894E3;
}
</style>
border-color css
<style>
span { border-color: #D894E3; }
span { border-color: rgb(216,148,227); }
td.TdClassName
{
border-color: #D894E3;
}
.TagClassName
{
border-color: #D894E3;
}
</style>