Shades of Plum #D28BDD
Tints of Plum #D28BDD
RGB
CMYK
RGB Variations
Color information
#D28BDD (or 0xD28BDD) is known color: Plum. HEX triplet: D2, 8B and DD. RGB value is (210,139,221). Sum of RGB (Red+Green+Blue) = 210+139+221=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #D28BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BDD is #2D7422. Grayscale: #A9A9A9. Windows color (decimal): -2978851 or 14519250. OLE color: 14519250.
HSL color Cylindrical-coordinate representation of color #D28BDD: hue angle of 291.95º degrees, saturation: 0.55, 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 #D28BDD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 139 | 221 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.13 |
| HSL | 291.95º | 0.55% | 0.71% | - |
| HSV(B) | 291.95º | 0.37% | 0.87% | - |
| XYZ | 48.86 | 37.39 | 73.05 | - |
| YUV | 169.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 221 | 0.05 | 0.37 | 0 | 0.13 | 291.95 | 0.55 | 0.71 |
| Hex | D2 | 8B | DD | 5 | 25 | 0 | D | 124 | 37 | 47 |
| Octal | 322 | 213 | 335 | 5 | 45 | 0 | 15 | 444 | 67 | 107 |
| Binary | 11010010 | 10001011 | 11011101 | 101 | 100101 | 0 | 1101 | 100100100 | 110111 | 1000111 |
Color Harmonies of #D28BDD
Complementary color
Monochromatic Colors of #D28BDD
Black with #D28BDD
Text Example
Text Example
White with #D28BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BDD; }
p { color: rgb(210,139,221); }
H1.HeaderClassName
{
color: #D28BDD;
}
.AnyTagClassName
{
color: #D28BDD;
}
</style>
background-color css
<style>
a { background-color: #D28BDD; }
a { background-color: rgb(210,139,221); }
div.DivClassName
{
background-color: #D28BDD;
}
.BgClassName
{
background-color: #D28BDD;
}
</style>
border-color css
<style>
span { border-color: #D28BDD; }
span { border-color: rgb(210,139,221); }
td.TdClassName
{
border-color: #D28BDD;
}
.TagClassName
{
border-color: #D28BDD;
}
</style>