Shades of Plum #D28CDD
Tints of Plum #D28CDD
RGB
CMYK
RGB Variations
Color information
#D28CDD (or 0xD28CDD) is known color: Plum. HEX triplet: D2, 8C and DD. RGB value is (210,140,221). Sum of RGB (Red+Green+Blue) = 210+140+221=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D28CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CDD is #2D7322. Grayscale: #A9A9A9. Windows color (decimal): -2978595 or 14519506. OLE color: 14519506.
HSL color Cylindrical-coordinate representation of color #D28CDD: hue angle of 291.85º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28CDD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 140 | 221 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.13 |
| HSL | 291.85º | 0.54% | 0.71% | - |
| HSV(B) | 291.85º | 0.37% | 0.87% | - |
| XYZ | 49.01 | 37.68 | 73.1 | - |
| YUV | 170.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 221 | 0.05 | 0.37 | 0 | 0.13 | 291.85 | 0.54 | 0.71 |
| Hex | D2 | 8C | DD | 5 | 25 | 0 | D | 124 | 36 | 47 |
| Octal | 322 | 214 | 335 | 5 | 45 | 0 | 15 | 444 | 66 | 107 |
| Binary | 11010010 | 10001100 | 11011101 | 101 | 100101 | 0 | 1101 | 100100100 | 110110 | 1000111 |
Color Harmonies of #D28CDD
Complementary color
Monochromatic Colors of #D28CDD
Black with #D28CDD
Text Example
Text Example
White with #D28CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CDD; }
p { color: rgb(210,140,221); }
H1.HeaderClassName
{
color: #D28CDD;
}
.AnyTagClassName
{
color: #D28CDD;
}
</style>
background-color css
<style>
a { background-color: #D28CDD; }
a { background-color: rgb(210,140,221); }
div.DivClassName
{
background-color: #D28CDD;
}
.BgClassName
{
background-color: #D28CDD;
}
</style>
border-color css
<style>
span { border-color: #D28CDD; }
span { border-color: rgb(210,140,221); }
td.TdClassName
{
border-color: #D28CDD;
}
.TagClassName
{
border-color: #D28CDD;
}
</style>