Shades of Plum #D28DDC
Tints of Plum #D28DDC
RGB
CMYK
RGB Variations
Color information
#D28DDC (or 0xD28DDC) is known color: Plum. HEX triplet: D2, 8D and DC. RGB value is (210,141,220). Sum of RGB (Red+Green+Blue) = 210+141+220=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #D28DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DDC is #2D7223. Grayscale: #AAAAAA. Windows color (decimal): -2978340 or 14454226. OLE color: 14454226.
HSL color Cylindrical-coordinate representation of color #D28DDC: hue angle of 292.41º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28DDC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 141 | 220 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.14 |
| HSL | 292.41º | 0.53% | 0.71% | - |
| HSV(B) | 292.41º | 0.36% | 0.86% | - |
| XYZ | 49.02 | 37.92 | 72.45 | - |
| YUV | 170.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 220 | 0.05 | 0.36 | 0 | 0.14 | 292.41 | 0.53 | 0.71 |
| Hex | D2 | 8D | DC | 5 | 24 | 0 | E | 124 | 35 | 47 |
| Octal | 322 | 215 | 334 | 5 | 44 | 0 | 16 | 444 | 65 | 107 |
| Binary | 11010010 | 10001101 | 11011100 | 101 | 100100 | 0 | 1110 | 100100100 | 110101 | 1000111 |
Color Harmonies of #D28DDC
Complementary color
Monochromatic Colors of #D28DDC
Black with #D28DDC
Text Example
Text Example
White with #D28DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DDC; }
p { color: rgb(210,141,220); }
H1.HeaderClassName
{
color: #D28DDC;
}
.AnyTagClassName
{
color: #D28DDC;
}
</style>
background-color css
<style>
a { background-color: #D28DDC; }
a { background-color: rgb(210,141,220); }
div.DivClassName
{
background-color: #D28DDC;
}
.BgClassName
{
background-color: #D28DDC;
}
</style>
border-color css
<style>
span { border-color: #D28DDC; }
span { border-color: rgb(210,141,220); }
td.TdClassName
{
border-color: #D28DDC;
}
.TagClassName
{
border-color: #D28DDC;
}
</style>