Shades of Plum #D28ED6
Tints of Plum #D28ED6
RGB
CMYK
RGB Variations
Color information
#D28ED6 (or 0xD28ED6) is known color: Plum. HEX triplet: D2, 8E and D6. RGB value is (210,142,214). Sum of RGB (Red+Green+Blue) = 210+142+214=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #D28ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ED6 is #2D7129. Grayscale: #AAAAAA. Windows color (decimal): -2978090 or 14061266. OLE color: 14061266.
HSL color Cylindrical-coordinate representation of color #D28ED6: hue angle of 296.67º 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 #D28ED6 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 142 | 214 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.16 |
| HSL | 296.67º | 0.47% | 0.7% | - |
| HSV(B) | 296.67º | 0.34% | 0.84% | - |
| XYZ | 48.39 | 37.9 | 68.38 | - |
| YUV | 170.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 214 | 0.02 | 0.34 | 0 | 0.16 | 296.67 | 0.47 | 0.7 |
| Hex | D2 | 8E | D6 | 2 | 22 | 0 | 10 | 129 | 2F | 46 |
| Octal | 322 | 216 | 326 | 2 | 42 | 0 | 20 | 451 | 57 | 106 |
| Binary | 11010010 | 10001110 | 11010110 | 10 | 100010 | 0 | 10000 | 100101001 | 101111 | 1000110 |
Color Harmonies of #D28ED6
Complementary color
Monochromatic Colors of #D28ED6
Black with #D28ED6
Text Example
Text Example
White with #D28ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28ED6; }
p { color: rgb(210,142,214); }
H1.HeaderClassName
{
color: #D28ED6;
}
.AnyTagClassName
{
color: #D28ED6;
}
</style>
background-color css
<style>
a { background-color: #D28ED6; }
a { background-color: rgb(210,142,214); }
div.DivClassName
{
background-color: #D28ED6;
}
.BgClassName
{
background-color: #D28ED6;
}
</style>
border-color css
<style>
span { border-color: #D28ED6; }
span { border-color: rgb(210,142,214); }
td.TdClassName
{
border-color: #D28ED6;
}
.TagClassName
{
border-color: #D28ED6;
}
</style>