Shades of Plum #D48BE1
Tints of Plum #D48BE1
RGB
CMYK
RGB Variations
Color information
#D48BE1 (or 0xD48BE1) is known color: Plum. HEX triplet: D4, 8B and E1. RGB value is (212,139,225). Sum of RGB (Red+Green+Blue) = 212+139+225=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #D48BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BE1 is #2B741E. Grayscale: #AAAAAA. Windows color (decimal): -2847775 or 14781396. OLE color: 14781396.
HSL color Cylindrical-coordinate representation of color #D48BE1: hue angle of 290.93º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48BE1 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 139 | 225 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.12 |
| HSL | 290.93º | 0.59% | 0.71% | - |
| HSV(B) | 290.93º | 0.38% | 0.88% | - |
| XYZ | 49.97 | 37.9 | 75.92 | - |
| YUV | 170.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 225 | 0.06 | 0.38 | 0 | 0.12 | 290.93 | 0.59 | 0.71 |
| Hex | D4 | 8B | E1 | 6 | 26 | 0 | C | 123 | 3B | 47 |
| Octal | 324 | 213 | 341 | 6 | 46 | 0 | 14 | 443 | 73 | 107 |
| Binary | 11010100 | 10001011 | 11100001 | 110 | 100110 | 0 | 1100 | 100100011 | 111011 | 1000111 |
Color Harmonies of #D48BE1
Complementary color
Monochromatic Colors of #D48BE1
Black with #D48BE1
Text Example
Text Example
White with #D48BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BE1; }
p { color: rgb(212,139,225); }
H1.HeaderClassName
{
color: #D48BE1;
}
.AnyTagClassName
{
color: #D48BE1;
}
</style>
background-color css
<style>
a { background-color: #D48BE1; }
a { background-color: rgb(212,139,225); }
div.DivClassName
{
background-color: #D48BE1;
}
.BgClassName
{
background-color: #D48BE1;
}
</style>
border-color css
<style>
span { border-color: #D48BE1; }
span { border-color: rgb(212,139,225); }
td.TdClassName
{
border-color: #D48BE1;
}
.TagClassName
{
border-color: #D48BE1;
}
</style>