Shades of Plum #D28BDE
Tints of Plum #D28BDE
RGB
CMYK
RGB Variations
Color information
#D28BDE (or 0xD28BDE) is known color: Plum. HEX triplet: D2, 8B and DE. RGB value is (210,139,222). Sum of RGB (Red+Green+Blue) = 210+139+222=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #D28BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BDE is #2D7421. Grayscale: #A9A9A9. Windows color (decimal): -2978850 or 14584786. OLE color: 14584786.
HSL color Cylindrical-coordinate representation of color #D28BDE: hue angle of 291.33º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28BDE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 139 | 222 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.13 |
| HSL | 291.33º | 0.56% | 0.71% | - |
| HSV(B) | 291.33º | 0.37% | 0.87% | - |
| XYZ | 49 | 37.44 | 73.75 | - |
| YUV | 169.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 222 | 0.05 | 0.37 | 0 | 0.13 | 291.33 | 0.56 | 0.71 |
| Hex | D2 | 8B | DE | 5 | 25 | 0 | D | 123 | 38 | 47 |
| Octal | 322 | 213 | 336 | 5 | 45 | 0 | 15 | 443 | 70 | 107 |
| Binary | 11010010 | 10001011 | 11011110 | 101 | 100101 | 0 | 1101 | 100100011 | 111000 | 1000111 |
Color Harmonies of #D28BDE
Complementary color
Monochromatic Colors of #D28BDE
Black with #D28BDE
Text Example
Text Example
White with #D28BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BDE; }
p { color: rgb(210,139,222); }
H1.HeaderClassName
{
color: #D28BDE;
}
.AnyTagClassName
{
color: #D28BDE;
}
</style>
background-color css
<style>
a { background-color: #D28BDE; }
a { background-color: rgb(210,139,222); }
div.DivClassName
{
background-color: #D28BDE;
}
.BgClassName
{
background-color: #D28BDE;
}
</style>
border-color css
<style>
span { border-color: #D28BDE; }
span { border-color: rgb(210,139,222); }
td.TdClassName
{
border-color: #D28BDE;
}
.TagClassName
{
border-color: #D28BDE;
}
</style>