Shades of Plum #D494E1
Tints of Plum #D494E1
RGB
CMYK
RGB Variations
Color information
#D494E1 (or 0xD494E1) is known color: Plum. HEX triplet: D4, 94 and E1. RGB value is (212,148,225). Sum of RGB (Red+Green+Blue) = 212+148+225=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #D494E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494E1 is #2B6B1E. Grayscale: #AFAFAF. Windows color (decimal): -2845471 or 14783700. OLE color: 14783700.
HSL color Cylindrical-coordinate representation of color #D494E1: hue angle of 289.87º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D494E1 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 148 | 225 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.12 |
| HSL | 289.87º | 0.56% | 0.73% | - |
| HSV(B) | 289.87º | 0.34% | 0.88% | - |
| XYZ | 51.33 | 40.61 | 76.37 | - |
| YUV | 175.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 225 | 0.06 | 0.34 | 0 | 0.12 | 289.87 | 0.56 | 0.73 |
| Hex | D4 | 94 | E1 | 6 | 22 | 0 | C | 122 | 38 | 49 |
| Octal | 324 | 224 | 341 | 6 | 42 | 0 | 14 | 442 | 70 | 111 |
| Binary | 11010100 | 10010100 | 11100001 | 110 | 100010 | 0 | 1100 | 100100010 | 111000 | 1001001 |
Color Harmonies of #D494E1
Complementary color
Monochromatic Colors of #D494E1
Black with #D494E1
Text Example
Text Example
White with #D494E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494E1; }
p { color: rgb(212,148,225); }
H1.HeaderClassName
{
color: #D494E1;
}
.AnyTagClassName
{
color: #D494E1;
}
</style>
background-color css
<style>
a { background-color: #D494E1; }
a { background-color: rgb(212,148,225); }
div.DivClassName
{
background-color: #D494E1;
}
.BgClassName
{
background-color: #D494E1;
}
</style>
border-color css
<style>
span { border-color: #D494E1; }
span { border-color: rgb(212,148,225); }
td.TdClassName
{
border-color: #D494E1;
}
.TagClassName
{
border-color: #D494E1;
}
</style>