Shades of Plum #D48FE0
Tints of Plum #D48FE0
RGB
CMYK
RGB Variations
Color information
#D48FE0 (or 0xD48FE0) is known color: Plum. HEX triplet: D4, 8F and E0. RGB value is (212,143,224). Sum of RGB (Red+Green+Blue) = 212+143+224=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #D48FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FE0 is #2B701F. Grayscale: #ACACAC. Windows color (decimal): -2846752 or 14716884. OLE color: 14716884.
HSL color Cylindrical-coordinate representation of color #D48FE0: hue angle of 291.11º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D48FE0 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 143 | 224 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.12 |
| HSL | 291.11º | 0.57% | 0.72% | - |
| HSV(B) | 291.11º | 0.36% | 0.88% | - |
| XYZ | 50.43 | 39.02 | 75.4 | - |
| YUV | 172.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 224 | 0.05 | 0.36 | 0 | 0.12 | 291.11 | 0.57 | 0.72 |
| Hex | D4 | 8F | E0 | 5 | 24 | 0 | C | 123 | 39 | 48 |
| Octal | 324 | 217 | 340 | 5 | 44 | 0 | 14 | 443 | 71 | 110 |
| Binary | 11010100 | 10001111 | 11100000 | 101 | 100100 | 0 | 1100 | 100100011 | 111001 | 1001000 |
Color Harmonies of #D48FE0
Complementary color
Monochromatic Colors of #D48FE0
Black with #D48FE0
Text Example
Text Example
White with #D48FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48FE0; }
p { color: rgb(212,143,224); }
H1.HeaderClassName
{
color: #D48FE0;
}
.AnyTagClassName
{
color: #D48FE0;
}
</style>
background-color css
<style>
a { background-color: #D48FE0; }
a { background-color: rgb(212,143,224); }
div.DivClassName
{
background-color: #D48FE0;
}
.BgClassName
{
background-color: #D48FE0;
}
</style>
border-color css
<style>
span { border-color: #D48FE0; }
span { border-color: rgb(212,143,224); }
td.TdClassName
{
border-color: #D48FE0;
}
.TagClassName
{
border-color: #D48FE0;
}
</style>