Shades of Plum #D894E4
Tints of Plum #D894E4
RGB
CMYK
RGB Variations
Color information
#D894E4 (or 0xD894E4) is known color: Plum. HEX triplet: D8, 94 and E4. RGB value is (216,148,228). Sum of RGB (Red+Green+Blue) = 216+148+228=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #D894E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894E4 is #276B1B. Grayscale: #B1B1B1. Windows color (decimal): -2583324 or 14980312. OLE color: 14980312.
HSL color Cylindrical-coordinate representation of color #D894E4: hue angle of 291º degrees, saturation: 0.6, 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 #D894E4 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 148 | 228 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.11 |
| HSL | 291º | 0.6% | 0.74% | - |
| HSV(B) | 291º | 0.35% | 0.89% | - |
| XYZ | 52.91 | 41.38 | 78.6 | - |
| YUV | 177.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 228 | 0.05 | 0.35 | 0 | 0.11 | 291 | 0.6 | 0.74 |
| Hex | D8 | 94 | E4 | 5 | 23 | 0 | B | 123 | 3C | 4A |
| Octal | 330 | 224 | 344 | 5 | 43 | 0 | 13 | 443 | 74 | 112 |
| Binary | 11011000 | 10010100 | 11100100 | 101 | 100011 | 0 | 1011 | 100100011 | 111100 | 1001010 |
Color Harmonies of #D894E4
Complementary color
Monochromatic Colors of #D894E4
Black with #D894E4
Text Example
Text Example
White with #D894E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894E4; }
p { color: rgb(216,148,228); }
H1.HeaderClassName
{
color: #D894E4;
}
.AnyTagClassName
{
color: #D894E4;
}
</style>
background-color css
<style>
a { background-color: #D894E4; }
a { background-color: rgb(216,148,228); }
div.DivClassName
{
background-color: #D894E4;
}
.BgClassName
{
background-color: #D894E4;
}
</style>
border-color css
<style>
span { border-color: #D894E4; }
span { border-color: rgb(216,148,228); }
td.TdClassName
{
border-color: #D894E4;
}
.TagClassName
{
border-color: #D894E4;
}
</style>