Shades of Plum #D288DB
Tints of Plum #D288DB
RGB
CMYK
RGB Variations
Color information
#D288DB (or 0xD288DB) is known color: Plum. HEX triplet: D2, 88 and DB. RGB value is (210,136,219). Sum of RGB (Red+Green+Blue) = 210+136+219=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #D288DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288DB is #2D7724. Grayscale: #A7A7A7. Windows color (decimal): -2979621 or 14387410. OLE color: 14387410.
HSL color Cylindrical-coordinate representation of color #D288DB: hue angle of 293.49º degrees, saturation: 0.54, 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 #D288DB is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 136 | 219 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.14 |
| HSL | 293.49º | 0.54% | 0.7% | - |
| HSV(B) | 293.49º | 0.38% | 0.86% | - |
| XYZ | 48.17 | 36.42 | 71.51 | - |
| YUV | 167.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 219 | 0.04 | 0.38 | 0 | 0.14 | 293.49 | 0.54 | 0.7 |
| Hex | D2 | 88 | DB | 4 | 26 | 0 | E | 125 | 36 | 46 |
| Octal | 322 | 210 | 333 | 4 | 46 | 0 | 16 | 445 | 66 | 106 |
| Binary | 11010010 | 10001000 | 11011011 | 100 | 100110 | 0 | 1110 | 100100101 | 110110 | 1000110 |
Color Harmonies of #D288DB
Complementary color
Monochromatic Colors of #D288DB
Black with #D288DB
Text Example
Text Example
White with #D288DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288DB; }
p { color: rgb(210,136,219); }
H1.HeaderClassName
{
color: #D288DB;
}
.AnyTagClassName
{
color: #D288DB;
}
</style>
background-color css
<style>
a { background-color: #D288DB; }
a { background-color: rgb(210,136,219); }
div.DivClassName
{
background-color: #D288DB;
}
.BgClassName
{
background-color: #D288DB;
}
</style>
border-color css
<style>
span { border-color: #D288DB; }
span { border-color: rgb(210,136,219); }
td.TdClassName
{
border-color: #D288DB;
}
.TagClassName
{
border-color: #D288DB;
}
</style>