Shades of Plum #D288DA
Tints of Plum #D288DA
RGB
CMYK
RGB Variations
Color information
#D288DA (or 0xD288DA) is known color: Plum. HEX triplet: D2, 88 and DA. RGB value is (210,136,218). Sum of RGB (Red+Green+Blue) = 210+136+218=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #D288DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288DA is #2D7725. Grayscale: #A7A7A7. Windows color (decimal): -2979622 or 14321874. OLE color: 14321874.
HSL color Cylindrical-coordinate representation of color #D288DA: hue angle of 294.15º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D288DA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 136 | 218 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.15 |
| HSL | 294.15º | 0.53% | 0.69% | - |
| HSV(B) | 294.15º | 0.38% | 0.85% | - |
| XYZ | 48.04 | 36.37 | 70.82 | - |
| YUV | 167.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 218 | 0.04 | 0.38 | 0 | 0.15 | 294.15 | 0.53 | 0.69 |
| Hex | D2 | 88 | DA | 4 | 26 | 0 | F | 126 | 35 | 45 |
| Octal | 322 | 210 | 332 | 4 | 46 | 0 | 17 | 446 | 65 | 105 |
| Binary | 11010010 | 10001000 | 11011010 | 100 | 100110 | 0 | 1111 | 100100110 | 110101 | 1000101 |
Color Harmonies of #D288DA
Complementary color
Monochromatic Colors of #D288DA
Black with #D288DA
Text Example
Text Example
White with #D288DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288DA; }
p { color: rgb(210,136,218); }
H1.HeaderClassName
{
color: #D288DA;
}
.AnyTagClassName
{
color: #D288DA;
}
</style>
background-color css
<style>
a { background-color: #D288DA; }
a { background-color: rgb(210,136,218); }
div.DivClassName
{
background-color: #D288DA;
}
.BgClassName
{
background-color: #D288DA;
}
</style>
border-color css
<style>
span { border-color: #D288DA; }
span { border-color: rgb(210,136,218); }
td.TdClassName
{
border-color: #D288DA;
}
.TagClassName
{
border-color: #D288DA;
}
</style>