Shades of Plum #D495E0
Tints of Plum #D495E0
RGB
CMYK
RGB Variations
Color information
#D495E0 (or 0xD495E0) is known color: Plum. HEX triplet: D4, 95 and E0. RGB value is (212,149,224). Sum of RGB (Red+Green+Blue) = 212+149+224=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #D495E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495E0 is #2B6A1F. Grayscale: #B0B0B0. Windows color (decimal): -2845216 or 14718420. OLE color: 14718420.
HSL color Cylindrical-coordinate representation of color #D495E0: hue angle of 290.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D495E0 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 149 | 224 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.12 |
| HSL | 290.4º | 0.55% | 0.73% | - |
| HSV(B) | 290.4º | 0.33% | 0.88% | - |
| XYZ | 51.35 | 40.87 | 75.7 | - |
| YUV | 176.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 224 | 0.05 | 0.33 | 0 | 0.12 | 290.4 | 0.55 | 0.73 |
| Hex | D4 | 95 | E0 | 5 | 21 | 0 | C | 122 | 37 | 49 |
| Octal | 324 | 225 | 340 | 5 | 41 | 0 | 14 | 442 | 67 | 111 |
| Binary | 11010100 | 10010101 | 11100000 | 101 | 100001 | 0 | 1100 | 100100010 | 110111 | 1001001 |
Color Harmonies of #D495E0
Complementary color
Monochromatic Colors of #D495E0
Black with #D495E0
Text Example
Text Example
White with #D495E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495E0; }
p { color: rgb(212,149,224); }
H1.HeaderClassName
{
color: #D495E0;
}
.AnyTagClassName
{
color: #D495E0;
}
</style>
background-color css
<style>
a { background-color: #D495E0; }
a { background-color: rgb(212,149,224); }
div.DivClassName
{
background-color: #D495E0;
}
.BgClassName
{
background-color: #D495E0;
}
</style>
border-color css
<style>
span { border-color: #D495E0; }
span { border-color: rgb(212,149,224); }
td.TdClassName
{
border-color: #D495E0;
}
.TagClassName
{
border-color: #D495E0;
}
</style>