Shades of Plum #D28DDD
Tints of Plum #D28DDD
RGB
CMYK
RGB Variations
Color information
#D28DDD (or 0xD28DDD) is known color: Plum. HEX triplet: D2, 8D and DD. RGB value is (210,141,221). Sum of RGB (Red+Green+Blue) = 210+141+221=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #D28DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DDD is #2D7222. Grayscale: #AAAAAA. Windows color (decimal): -2978339 or 14519762. OLE color: 14519762.
HSL color Cylindrical-coordinate representation of color #D28DDD: hue angle of 291.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28DDD is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 141 | 221 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.13 |
| HSL | 291.75º | 0.54% | 0.71% | - |
| HSV(B) | 291.75º | 0.36% | 0.87% | - |
| XYZ | 49.15 | 37.97 | 73.15 | - |
| YUV | 170.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 221 | 0.05 | 0.36 | 0 | 0.13 | 291.75 | 0.54 | 0.71 |
| Hex | D2 | 8D | DD | 5 | 24 | 0 | D | 124 | 36 | 47 |
| Octal | 322 | 215 | 335 | 5 | 44 | 0 | 15 | 444 | 66 | 107 |
| Binary | 11010010 | 10001101 | 11011101 | 101 | 100100 | 0 | 1101 | 100100100 | 110110 | 1000111 |
Color Harmonies of #D28DDD
Complementary color
Monochromatic Colors of #D28DDD
Black with #D28DDD
Text Example
Text Example
White with #D28DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DDD; }
p { color: rgb(210,141,221); }
H1.HeaderClassName
{
color: #D28DDD;
}
.AnyTagClassName
{
color: #D28DDD;
}
</style>
background-color css
<style>
a { background-color: #D28DDD; }
a { background-color: rgb(210,141,221); }
div.DivClassName
{
background-color: #D28DDD;
}
.BgClassName
{
background-color: #D28DDD;
}
</style>
border-color css
<style>
span { border-color: #D28DDD; }
span { border-color: rgb(210,141,221); }
td.TdClassName
{
border-color: #D28DDD;
}
.TagClassName
{
border-color: #D28DDD;
}
</style>