Shades of Plum #D48BE0
Tints of Plum #D48BE0
RGB
CMYK
RGB Variations
Color information
#D48BE0 (or 0xD48BE0) is known color: Plum. HEX triplet: D4, 8B and E0. RGB value is (212,139,224). Sum of RGB (Red+Green+Blue) = 212+139+224=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #D48BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BE0 is #2B741F. Grayscale: #AAAAAA. Windows color (decimal): -2847776 or 14715860. OLE color: 14715860.
HSL color Cylindrical-coordinate representation of color #D48BE0: hue angle of 291.53º degrees, saturation: 0.58, 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 #D48BE0 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 139 | 224 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.12 |
| HSL | 291.53º | 0.58% | 0.71% | - |
| HSV(B) | 291.53º | 0.38% | 0.88% | - |
| XYZ | 49.84 | 37.84 | 75.2 | - |
| YUV | 170.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 224 | 0.05 | 0.38 | 0 | 0.12 | 291.53 | 0.58 | 0.71 |
| Hex | D4 | 8B | E0 | 5 | 26 | 0 | C | 124 | 3A | 47 |
| Octal | 324 | 213 | 340 | 5 | 46 | 0 | 14 | 444 | 72 | 107 |
| Binary | 11010100 | 10001011 | 11100000 | 101 | 100110 | 0 | 1100 | 100100100 | 111010 | 1000111 |
Color Harmonies of #D48BE0
Complementary color
Monochromatic Colors of #D48BE0
Black with #D48BE0
Text Example
Text Example
White with #D48BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BE0; }
p { color: rgb(212,139,224); }
H1.HeaderClassName
{
color: #D48BE0;
}
.AnyTagClassName
{
color: #D48BE0;
}
</style>
background-color css
<style>
a { background-color: #D48BE0; }
a { background-color: rgb(212,139,224); }
div.DivClassName
{
background-color: #D48BE0;
}
.BgClassName
{
background-color: #D48BE0;
}
</style>
border-color css
<style>
span { border-color: #D48BE0; }
span { border-color: rgb(212,139,224); }
td.TdClassName
{
border-color: #D48BE0;
}
.TagClassName
{
border-color: #D48BE0;
}
</style>