Shades of Plum #D28CDB
Tints of Plum #D28CDB
RGB
CMYK
RGB Variations
Color information
#D28CDB (or 0xD28CDB) is known color: Plum. HEX triplet: D2, 8C and DB. RGB value is (210,140,219). Sum of RGB (Red+Green+Blue) = 210+140+219=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #D28CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CDB is #2D7324. Grayscale: #A9A9A9. Windows color (decimal): -2978597 or 14388434. OLE color: 14388434.
HSL color Cylindrical-coordinate representation of color #D28CDB: hue angle of 293.16º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28CDB is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 140 | 219 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.14 |
| HSL | 293.16º | 0.52% | 0.7% | - |
| HSV(B) | 293.16º | 0.36% | 0.86% | - |
| XYZ | 48.74 | 37.57 | 71.7 | - |
| YUV | 169.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 219 | 0.04 | 0.36 | 0 | 0.14 | 293.16 | 0.52 | 0.7 |
| Hex | D2 | 8C | DB | 4 | 24 | 0 | E | 125 | 34 | 46 |
| Octal | 322 | 214 | 333 | 4 | 44 | 0 | 16 | 445 | 64 | 106 |
| Binary | 11010010 | 10001100 | 11011011 | 100 | 100100 | 0 | 1110 | 100100101 | 110100 | 1000110 |
Color Harmonies of #D28CDB
Complementary color
Monochromatic Colors of #D28CDB
Black with #D28CDB
Text Example
Text Example
White with #D28CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CDB; }
p { color: rgb(210,140,219); }
H1.HeaderClassName
{
color: #D28CDB;
}
.AnyTagClassName
{
color: #D28CDB;
}
</style>
background-color css
<style>
a { background-color: #D28CDB; }
a { background-color: rgb(210,140,219); }
div.DivClassName
{
background-color: #D28CDB;
}
.BgClassName
{
background-color: #D28CDB;
}
</style>
border-color css
<style>
span { border-color: #D28CDB; }
span { border-color: rgb(210,140,219); }
td.TdClassName
{
border-color: #D28CDB;
}
.TagClassName
{
border-color: #D28CDB;
}
</style>