Shades of Plum #D28BD1
Tints of Plum #D28BD1
RGB
CMYK
RGB Variations
Color information
#D28BD1 (or 0xD28BD1) is known color: Plum. HEX triplet: D2, 8B and D1. RGB value is (210,139,209). Sum of RGB (Red+Green+Blue) = 210+139+209=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BD1 is #2D742E. Grayscale: #A8A8A8. Windows color (decimal): -2978863 or 13732818. OLE color: 13732818.
HSL color Cylindrical-coordinate representation of color #D28BD1: hue angle of 300.85º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28BD1 is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 209 | - |
| CMYK | 0 | 0.34 | 0.00 | 0.18 |
| HSL | 300.85º | 0.44% | 0.68% | - |
| HSV(B) | 300.85º | 0.34% | 0.82% | - |
| XYZ | 47.32 | 36.77 | 64.92 | - |
| YUV | 168.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 209 | 0 | 0.34 | 0.00 | 0.18 | 300.85 | 0.44 | 0.68 |
| Hex | D2 | 8B | D1 | 0 | 22 | 0 | 12 | 12D | 2C | 44 |
| Octal | 322 | 213 | 321 | 0 | 42 | 0 | 22 | 455 | 54 | 104 |
| Binary | 11010010 | 10001011 | 11010001 | 0 | 100010 | 0 | 10010 | 100101101 | 101100 | 1000100 |
Color Harmonies of #D28BD1
Complementary color
Monochromatic Colors of #D28BD1
Black with #D28BD1
Text Example
Text Example
White with #D28BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BD1; }
p { color: rgb(210,139,209); }
H1.HeaderClassName
{
color: #D28BD1;
}
.AnyTagClassName
{
color: #D28BD1;
}
</style>
background-color css
<style>
a { background-color: #D28BD1; }
a { background-color: rgb(210,139,209); }
div.DivClassName
{
background-color: #D28BD1;
}
.BgClassName
{
background-color: #D28BD1;
}
</style>
border-color css
<style>
span { border-color: #D28BD1; }
span { border-color: rgb(210,139,209); }
td.TdClassName
{
border-color: #D28BD1;
}
.TagClassName
{
border-color: #D28BD1;
}
</style>