Shades of Plum #D288DD
Tints of Plum #D288DD
RGB
CMYK
RGB Variations
Color information
#D288DD (or 0xD288DD) is known color: Plum. HEX triplet: D2, 88 and DD. RGB value is (210,136,221). Sum of RGB (Red+Green+Blue) = 210+136+221=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #D288DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288DD is #2D7722. Grayscale: #A7A7A7. Windows color (decimal): -2979619 or 14518482. OLE color: 14518482.
HSL color Cylindrical-coordinate representation of color #D288DD: hue angle of 292.24º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D288DD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 136 | 221 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.13 |
| HSL | 292.24º | 0.56% | 0.7% | - |
| HSV(B) | 292.24º | 0.38% | 0.87% | - |
| XYZ | 48.43 | 36.53 | 72.9 | - |
| YUV | 167.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 221 | 0.05 | 0.38 | 0 | 0.13 | 292.24 | 0.56 | 0.7 |
| Hex | D2 | 88 | DD | 5 | 26 | 0 | D | 124 | 38 | 46 |
| Octal | 322 | 210 | 335 | 5 | 46 | 0 | 15 | 444 | 70 | 106 |
| Binary | 11010010 | 10001000 | 11011101 | 101 | 100110 | 0 | 1101 | 100100100 | 111000 | 1000110 |
Color Harmonies of #D288DD
Complementary color
Monochromatic Colors of #D288DD
Black with #D288DD
Text Example
Text Example
White with #D288DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288DD; }
p { color: rgb(210,136,221); }
H1.HeaderClassName
{
color: #D288DD;
}
.AnyTagClassName
{
color: #D288DD;
}
</style>
background-color css
<style>
a { background-color: #D288DD; }
a { background-color: rgb(210,136,221); }
div.DivClassName
{
background-color: #D288DD;
}
.BgClassName
{
background-color: #D288DD;
}
</style>
border-color css
<style>
span { border-color: #D288DD; }
span { border-color: rgb(210,136,221); }
td.TdClassName
{
border-color: #D288DD;
}
.TagClassName
{
border-color: #D288DD;
}
</style>