Shades of Plum #D488E1
Tints of Plum #D488E1
RGB
CMYK
RGB Variations
Color information
#D488E1 (or 0xD488E1) is known color: Plum. HEX triplet: D4, 88 and E1. RGB value is (212,136,225). Sum of RGB (Red+Green+Blue) = 212+136+225=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #D488E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488E1 is #2B771E. Grayscale: #A8A8A8. Windows color (decimal): -2848543 or 14780628. OLE color: 14780628.
HSL color Cylindrical-coordinate representation of color #D488E1: hue angle of 291.24º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D488E1 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 136 | 225 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.12 |
| HSL | 291.24º | 0.6% | 0.71% | - |
| HSV(B) | 291.24º | 0.4% | 0.88% | - |
| XYZ | 49.55 | 37.04 | 75.77 | - |
| YUV | 168.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 136 | 225 | 0.06 | 0.40 | 0 | 0.12 | 291.24 | 0.6 | 0.71 |
| Hex | D4 | 88 | E1 | 6 | 28 | 0 | C | 123 | 3C | 47 |
| Octal | 324 | 210 | 341 | 6 | 50 | 0 | 14 | 443 | 74 | 107 |
| Binary | 11010100 | 10001000 | 11100001 | 110 | 101000 | 0 | 1100 | 100100011 | 111100 | 1000111 |
Color Harmonies of #D488E1
Complementary color
Monochromatic Colors of #D488E1
Black with #D488E1
Text Example
Text Example
White with #D488E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D488E1; }
p { color: rgb(212,136,225); }
H1.HeaderClassName
{
color: #D488E1;
}
.AnyTagClassName
{
color: #D488E1;
}
</style>
background-color css
<style>
a { background-color: #D488E1; }
a { background-color: rgb(212,136,225); }
div.DivClassName
{
background-color: #D488E1;
}
.BgClassName
{
background-color: #D488E1;
}
</style>
border-color css
<style>
span { border-color: #D488E1; }
span { border-color: rgb(212,136,225); }
td.TdClassName
{
border-color: #D488E1;
}
.TagClassName
{
border-color: #D488E1;
}
</style>