Shades of Plum #D894E5
Tints of Plum #D894E5
RGB
CMYK
RGB Variations
Color information
#D894E5 (or 0xD894E5) is known color: Plum. HEX triplet: D8, 94 and E5. RGB value is (216,148,229). Sum of RGB (Red+Green+Blue) = 216+148+229=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #D894E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894E5 is #276B1A. Grayscale: #B1B1B1. Windows color (decimal): -2583323 or 15045848. OLE color: 15045848.
HSL color Cylindrical-coordinate representation of color #D894E5: hue angle of 290.37º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D894E5 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 148 | 229 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.10 |
| HSL | 290.37º | 0.61% | 0.74% | - |
| HSV(B) | 290.37º | 0.35% | 0.9% | - |
| XYZ | 53.05 | 41.44 | 79.33 | - |
| YUV | 177.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 229 | 0.06 | 0.35 | 0 | 0.10 | 290.37 | 0.61 | 0.74 |
| Hex | D8 | 94 | E5 | 6 | 23 | 0 | A | 122 | 3D | 4A |
| Octal | 330 | 224 | 345 | 6 | 43 | 0 | 12 | 442 | 75 | 112 |
| Binary | 11011000 | 10010100 | 11100101 | 110 | 100011 | 0 | 1010 | 100100010 | 111101 | 1001010 |
Color Harmonies of #D894E5
Complementary color
Monochromatic Colors of #D894E5
Black with #D894E5
Text Example
Text Example
White with #D894E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894E5; }
p { color: rgb(216,148,229); }
H1.HeaderClassName
{
color: #D894E5;
}
.AnyTagClassName
{
color: #D894E5;
}
</style>
background-color css
<style>
a { background-color: #D894E5; }
a { background-color: rgb(216,148,229); }
div.DivClassName
{
background-color: #D894E5;
}
.BgClassName
{
background-color: #D894E5;
}
</style>
border-color css
<style>
span { border-color: #D894E5; }
span { border-color: rgb(216,148,229); }
td.TdClassName
{
border-color: #D894E5;
}
.TagClassName
{
border-color: #D894E5;
}
</style>