Shades of Plum #D288DC
Tints of Plum #D288DC
RGB
CMYK
RGB Variations
Color information
#D288DC (or 0xD288DC) is known color: Plum. HEX triplet: D2, 88 and DC. RGB value is (210,136,220). Sum of RGB (Red+Green+Blue) = 210+136+220=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #D288DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288DC is #2D7723. Grayscale: #A7A7A7. Windows color (decimal): -2979620 or 14452946. OLE color: 14452946.
HSL color Cylindrical-coordinate representation of color #D288DC: hue angle of 292.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D288DC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 136 | 220 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.14 |
| HSL | 292.86º | 0.55% | 0.7% | - |
| HSV(B) | 292.86º | 0.38% | 0.86% | - |
| XYZ | 48.3 | 36.48 | 72.21 | - |
| YUV | 167.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 220 | 0.05 | 0.38 | 0 | 0.14 | 292.86 | 0.55 | 0.7 |
| Hex | D2 | 88 | DC | 5 | 26 | 0 | E | 125 | 37 | 46 |
| Octal | 322 | 210 | 334 | 5 | 46 | 0 | 16 | 445 | 67 | 106 |
| Binary | 11010010 | 10001000 | 11011100 | 101 | 100110 | 0 | 1110 | 100100101 | 110111 | 1000110 |
Color Harmonies of #D288DC
Complementary color
Monochromatic Colors of #D288DC
Black with #D288DC
Text Example
Text Example
White with #D288DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288DC; }
p { color: rgb(210,136,220); }
H1.HeaderClassName
{
color: #D288DC;
}
.AnyTagClassName
{
color: #D288DC;
}
</style>
background-color css
<style>
a { background-color: #D288DC; }
a { background-color: rgb(210,136,220); }
div.DivClassName
{
background-color: #D288DC;
}
.BgClassName
{
background-color: #D288DC;
}
</style>
border-color css
<style>
span { border-color: #D288DC; }
span { border-color: rgb(210,136,220); }
td.TdClassName
{
border-color: #D288DC;
}
.TagClassName
{
border-color: #D288DC;
}
</style>