Shades of Plum #D28EDB
Tints of Plum #D28EDB
RGB
CMYK
RGB Variations
Color information
#D28EDB (or 0xD28EDB) is known color: Plum. HEX triplet: D2, 8E and DB. RGB value is (210,142,219). Sum of RGB (Red+Green+Blue) = 210+142+219=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D28EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28EDB is #2D7124. Grayscale: #AAAAAA. Windows color (decimal): -2978085 or 14388946. OLE color: 14388946.
HSL color Cylindrical-coordinate representation of color #D28EDB: hue angle of 292.99º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D28EDB is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 142 | 219 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.14 |
| HSL | 292.99º | 0.52% | 0.71% | - |
| HSV(B) | 292.99º | 0.35% | 0.86% | - |
| XYZ | 49.04 | 38.16 | 71.8 | - |
| YUV | 171.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 219 | 0.04 | 0.35 | 0 | 0.14 | 292.99 | 0.52 | 0.71 |
| Hex | D2 | 8E | DB | 4 | 23 | 0 | E | 125 | 34 | 47 |
| Octal | 322 | 216 | 333 | 4 | 43 | 0 | 16 | 445 | 64 | 107 |
| Binary | 11010010 | 10001110 | 11011011 | 100 | 100011 | 0 | 1110 | 100100101 | 110100 | 1000111 |
Color Harmonies of #D28EDB
Complementary color
Monochromatic Colors of #D28EDB
Black with #D28EDB
Text Example
Text Example
White with #D28EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28EDB; }
p { color: rgb(210,142,219); }
H1.HeaderClassName
{
color: #D28EDB;
}
.AnyTagClassName
{
color: #D28EDB;
}
</style>
background-color css
<style>
a { background-color: #D28EDB; }
a { background-color: rgb(210,142,219); }
div.DivClassName
{
background-color: #D28EDB;
}
.BgClassName
{
background-color: #D28EDB;
}
</style>
border-color css
<style>
span { border-color: #D28EDB; }
span { border-color: rgb(210,142,219); }
td.TdClassName
{
border-color: #D28EDB;
}
.TagClassName
{
border-color: #D28EDB;
}
</style>