Shades of Plum #D28DD6
Tints of Plum #D28DD6
RGB
CMYK
RGB Variations
Color information
#D28DD6 (or 0xD28DD6) is known color: Plum. HEX triplet: D2, 8D and D6. RGB value is (210,141,214). Sum of RGB (Red+Green+Blue) = 210+141+214=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #D28DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DD6 is #2D7229. Grayscale: #A9A9A9. Windows color (decimal): -2978346 or 14061010. OLE color: 14061010.
HSL color Cylindrical-coordinate representation of color #D28DD6: hue angle of 296.71º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28DD6 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 141 | 214 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.16 |
| HSL | 296.71º | 0.47% | 0.7% | - |
| HSV(B) | 296.71º | 0.34% | 0.84% | - |
| XYZ | 48.24 | 37.61 | 68.33 | - |
| YUV | 169.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 214 | 0.02 | 0.34 | 0 | 0.16 | 296.71 | 0.47 | 0.7 |
| Hex | D2 | 8D | D6 | 2 | 22 | 0 | 10 | 129 | 2F | 46 |
| Octal | 322 | 215 | 326 | 2 | 42 | 0 | 20 | 451 | 57 | 106 |
| Binary | 11010010 | 10001101 | 11010110 | 10 | 100010 | 0 | 10000 | 100101001 | 101111 | 1000110 |
Color Harmonies of #D28DD6
Complementary color
Monochromatic Colors of #D28DD6
Black with #D28DD6
Text Example
Text Example
White with #D28DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DD6; }
p { color: rgb(210,141,214); }
H1.HeaderClassName
{
color: #D28DD6;
}
.AnyTagClassName
{
color: #D28DD6;
}
</style>
background-color css
<style>
a { background-color: #D28DD6; }
a { background-color: rgb(210,141,214); }
div.DivClassName
{
background-color: #D28DD6;
}
.BgClassName
{
background-color: #D28DD6;
}
</style>
border-color css
<style>
span { border-color: #D28DD6; }
span { border-color: rgb(210,141,214); }
td.TdClassName
{
border-color: #D28DD6;
}
.TagClassName
{
border-color: #D28DD6;
}
</style>