Shades of Plum #D494DE
Tints of Plum #D494DE
RGB
CMYK
RGB Variations
Color information
#D494DE (or 0xD494DE) is known color: Plum. HEX triplet: D4, 94 and DE. RGB value is (212,148,222). Sum of RGB (Red+Green+Blue) = 212+148+222=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #D494DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494DE is #2B6B21. Grayscale: #AFAFAF. Windows color (decimal): -2845474 or 14587092. OLE color: 14587092.
HSL color Cylindrical-coordinate representation of color #D494DE: hue angle of 291.89º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D494DE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 148 | 222 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.13 |
| HSL | 291.89º | 0.53% | 0.73% | - |
| HSV(B) | 291.89º | 0.33% | 0.87% | - |
| XYZ | 50.93 | 40.45 | 74.23 | - |
| YUV | 175.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 222 | 0.05 | 0.33 | 0 | 0.13 | 291.89 | 0.53 | 0.73 |
| Hex | D4 | 94 | DE | 5 | 21 | 0 | D | 124 | 35 | 49 |
| Octal | 324 | 224 | 336 | 5 | 41 | 0 | 15 | 444 | 65 | 111 |
| Binary | 11010100 | 10010100 | 11011110 | 101 | 100001 | 0 | 1101 | 100100100 | 110101 | 1001001 |
Color Harmonies of #D494DE
Complementary color
Monochromatic Colors of #D494DE
Black with #D494DE
Text Example
Text Example
White with #D494DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494DE; }
p { color: rgb(212,148,222); }
H1.HeaderClassName
{
color: #D494DE;
}
.AnyTagClassName
{
color: #D494DE;
}
</style>
background-color css
<style>
a { background-color: #D494DE; }
a { background-color: rgb(212,148,222); }
div.DivClassName
{
background-color: #D494DE;
}
.BgClassName
{
background-color: #D494DE;
}
</style>
border-color css
<style>
span { border-color: #D494DE; }
span { border-color: rgb(212,148,222); }
td.TdClassName
{
border-color: #D494DE;
}
.TagClassName
{
border-color: #D494DE;
}
</style>