Shades of Plum #D28BDB
Tints of Plum #D28BDB
RGB
CMYK
RGB Variations
Color information
#D28BDB (or 0xD28BDB) is known color: Plum. HEX triplet: D2, 8B and DB. RGB value is (210,139,219). Sum of RGB (Red+Green+Blue) = 210+139+219=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #D28BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BDB is #2D7424. Grayscale: #A9A9A9. Windows color (decimal): -2978853 or 14388178. OLE color: 14388178.
HSL color Cylindrical-coordinate representation of color #D28BDB: hue angle of 293.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28BDB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 139 | 219 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.14 |
| HSL | 293.25º | 0.53% | 0.7% | - |
| HSV(B) | 293.25º | 0.37% | 0.86% | - |
| XYZ | 48.6 | 37.28 | 71.65 | - |
| YUV | 169.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 219 | 0.04 | 0.37 | 0 | 0.14 | 293.25 | 0.53 | 0.7 |
| Hex | D2 | 8B | DB | 4 | 25 | 0 | E | 125 | 35 | 46 |
| Octal | 322 | 213 | 333 | 4 | 45 | 0 | 16 | 445 | 65 | 106 |
| Binary | 11010010 | 10001011 | 11011011 | 100 | 100101 | 0 | 1110 | 100100101 | 110101 | 1000110 |
Color Harmonies of #D28BDB
Complementary color
Monochromatic Colors of #D28BDB
Black with #D28BDB
Text Example
Text Example
White with #D28BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BDB; }
p { color: rgb(210,139,219); }
H1.HeaderClassName
{
color: #D28BDB;
}
.AnyTagClassName
{
color: #D28BDB;
}
</style>
background-color css
<style>
a { background-color: #D28BDB; }
a { background-color: rgb(210,139,219); }
div.DivClassName
{
background-color: #D28BDB;
}
.BgClassName
{
background-color: #D28BDB;
}
</style>
border-color css
<style>
span { border-color: #D28BDB; }
span { border-color: rgb(210,139,219); }
td.TdClassName
{
border-color: #D28BDB;
}
.TagClassName
{
border-color: #D28BDB;
}
</style>