Shades of Plum #D288DF
Tints of Plum #D288DF
RGB
CMYK
RGB Variations
Color information
#D288DF (or 0xD288DF) is known color: Plum. HEX triplet: D2, 88 and DF. RGB value is (210,136,223). Sum of RGB (Red+Green+Blue) = 210+136+223=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #D288DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288DF is #2D7720. Grayscale: #A7A7A7. Windows color (decimal): -2979617 or 14649554. OLE color: 14649554.
HSL color Cylindrical-coordinate representation of color #D288DF: hue angle of 291.03º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D288DF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 136 | 223 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.13 |
| HSL | 291.03º | 0.58% | 0.7% | - |
| HSV(B) | 291.03º | 0.39% | 0.87% | - |
| XYZ | 48.7 | 36.64 | 74.32 | - |
| YUV | 168.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 223 | 0.06 | 0.39 | 0 | 0.13 | 291.03 | 0.58 | 0.7 |
| Hex | D2 | 88 | DF | 6 | 27 | 0 | D | 123 | 3A | 46 |
| Octal | 322 | 210 | 337 | 6 | 47 | 0 | 15 | 443 | 72 | 106 |
| Binary | 11010010 | 10001000 | 11011111 | 110 | 100111 | 0 | 1101 | 100100011 | 111010 | 1000110 |
Color Harmonies of #D288DF
Complementary color
Monochromatic Colors of #D288DF
Black with #D288DF
Text Example
Text Example
White with #D288DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288DF; }
p { color: rgb(210,136,223); }
H1.HeaderClassName
{
color: #D288DF;
}
.AnyTagClassName
{
color: #D288DF;
}
</style>
background-color css
<style>
a { background-color: #D288DF; }
a { background-color: rgb(210,136,223); }
div.DivClassName
{
background-color: #D288DF;
}
.BgClassName
{
background-color: #D288DF;
}
</style>
border-color css
<style>
span { border-color: #D288DF; }
span { border-color: rgb(210,136,223); }
td.TdClassName
{
border-color: #D288DF;
}
.TagClassName
{
border-color: #D288DF;
}
</style>