Shades of Plum #D994E5
Tints of Plum #D994E5
RGB
CMYK
RGB Variations
Color information
#D994E5 (or 0xD994E5) is known color: Plum. HEX triplet: D9, 94 and E5. RGB value is (217,148,229). Sum of RGB (Red+Green+Blue) = 217+148+229=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #D994E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994E5 is #266B1A. Grayscale: #B1B1B1. Windows color (decimal): -2517787 or 15045849. OLE color: 15045849.
HSL color Cylindrical-coordinate representation of color #D994E5: hue angle of 291.11º 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 #D994E5 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 148 | 229 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.10 |
| HSL | 291.11º | 0.61% | 0.74% | - |
| HSV(B) | 291.11º | 0.35% | 0.9% | - |
| XYZ | 53.35 | 41.59 | 79.34 | - |
| YUV | 177.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 229 | 0.05 | 0.35 | 0 | 0.10 | 291.11 | 0.61 | 0.74 |
| Hex | D9 | 94 | E5 | 5 | 23 | 0 | A | 123 | 3D | 4A |
| Octal | 331 | 224 | 345 | 5 | 43 | 0 | 12 | 443 | 75 | 112 |
| Binary | 11011001 | 10010100 | 11100101 | 101 | 100011 | 0 | 1010 | 100100011 | 111101 | 1001010 |
Color Harmonies of #D994E5
Complementary color
Monochromatic Colors of #D994E5
Black with #D994E5
Text Example
Text Example
White with #D994E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994E5; }
p { color: rgb(217,148,229); }
H1.HeaderClassName
{
color: #D994E5;
}
.AnyTagClassName
{
color: #D994E5;
}
</style>
background-color css
<style>
a { background-color: #D994E5; }
a { background-color: rgb(217,148,229); }
div.DivClassName
{
background-color: #D994E5;
}
.BgClassName
{
background-color: #D994E5;
}
</style>
border-color css
<style>
span { border-color: #D994E5; }
span { border-color: rgb(217,148,229); }
td.TdClassName
{
border-color: #D994E5;
}
.TagClassName
{
border-color: #D994E5;
}
</style>