Shades of Plum #D48EDD
Tints of Plum #D48EDD
RGB
CMYK
RGB Variations
Color information
#D48EDD (or 0xD48EDD) is known color: Plum. HEX triplet: D4, 8E and DD. RGB value is (212,142,221). Sum of RGB (Red+Green+Blue) = 212+142+221=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #D48EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EDD is #2B7122. Grayscale: #ABABAB. Windows color (decimal): -2847011 or 14520020. OLE color: 14520020.
HSL color Cylindrical-coordinate representation of color #D48EDD: hue angle of 293.16º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D48EDD is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 142 | 221 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.13 |
| HSL | 293.16º | 0.54% | 0.71% | - |
| HSV(B) | 293.16º | 0.36% | 0.87% | - |
| XYZ | 49.88 | 38.56 | 73.22 | - |
| YUV | 171.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 221 | 0.04 | 0.36 | 0 | 0.13 | 293.16 | 0.54 | 0.71 |
| Hex | D4 | 8E | DD | 4 | 24 | 0 | D | 125 | 36 | 47 |
| Octal | 324 | 216 | 335 | 4 | 44 | 0 | 15 | 445 | 66 | 107 |
| Binary | 11010100 | 10001110 | 11011101 | 100 | 100100 | 0 | 1101 | 100100101 | 110110 | 1000111 |
Color Harmonies of #D48EDD
Complementary color
Monochromatic Colors of #D48EDD
Black with #D48EDD
Text Example
Text Example
White with #D48EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48EDD; }
p { color: rgb(212,142,221); }
H1.HeaderClassName
{
color: #D48EDD;
}
.AnyTagClassName
{
color: #D48EDD;
}
</style>
background-color css
<style>
a { background-color: #D48EDD; }
a { background-color: rgb(212,142,221); }
div.DivClassName
{
background-color: #D48EDD;
}
.BgClassName
{
background-color: #D48EDD;
}
</style>
border-color css
<style>
span { border-color: #D48EDD; }
span { border-color: rgb(212,142,221); }
td.TdClassName
{
border-color: #D48EDD;
}
.TagClassName
{
border-color: #D48EDD;
}
</style>