Shades of Plum #D48CE0
Tints of Plum #D48CE0
RGB
CMYK
RGB Variations
Color information
#D48CE0 (or 0xD48CE0) is known color: Plum. HEX triplet: D4, 8C and E0. RGB value is (212,140,224). Sum of RGB (Red+Green+Blue) = 212+140+224=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #D48CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CE0 is #2B731F. Grayscale: #AAAAAA. Windows color (decimal): -2847520 or 14716116. OLE color: 14716116.
HSL color Cylindrical-coordinate representation of color #D48CE0: hue angle of 291.43º 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 #D48CE0 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 140 | 224 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.12 |
| HSL | 291.43º | 0.58% | 0.71% | - |
| HSV(B) | 291.43º | 0.38% | 0.88% | - |
| XYZ | 49.98 | 38.14 | 75.25 | - |
| YUV | 171.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 224 | 0.05 | 0.38 | 0 | 0.12 | 291.43 | 0.58 | 0.71 |
| Hex | D4 | 8C | E0 | 5 | 26 | 0 | C | 123 | 3A | 47 |
| Octal | 324 | 214 | 340 | 5 | 46 | 0 | 14 | 443 | 72 | 107 |
| Binary | 11010100 | 10001100 | 11100000 | 101 | 100110 | 0 | 1100 | 100100011 | 111010 | 1000111 |
Color Harmonies of #D48CE0
Complementary color
Monochromatic Colors of #D48CE0
Black with #D48CE0
Text Example
Text Example
White with #D48CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CE0; }
p { color: rgb(212,140,224); }
H1.HeaderClassName
{
color: #D48CE0;
}
.AnyTagClassName
{
color: #D48CE0;
}
</style>
background-color css
<style>
a { background-color: #D48CE0; }
a { background-color: rgb(212,140,224); }
div.DivClassName
{
background-color: #D48CE0;
}
.BgClassName
{
background-color: #D48CE0;
}
</style>
border-color css
<style>
span { border-color: #D48CE0; }
span { border-color: rgb(212,140,224); }
td.TdClassName
{
border-color: #D48CE0;
}
.TagClassName
{
border-color: #D48CE0;
}
</style>