Shades of Plum #D290DA
Tints of Plum #D290DA
RGB
CMYK
RGB Variations
Color information
#D290DA (or 0xD290DA) is known color: Plum. HEX triplet: D2, 90 and DA. RGB value is (210,144,218). Sum of RGB (Red+Green+Blue) = 210+144+218=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #D290DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290DA is #2D6F25. Grayscale: #ABABAB. Windows color (decimal): -2977574 or 14323922. OLE color: 14323922.
HSL color Cylindrical-coordinate representation of color #D290DA: hue angle of 293.51º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D290DA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 144 | 218 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.15 |
| HSL | 293.51º | 0.5% | 0.71% | - |
| HSV(B) | 293.51º | 0.34% | 0.85% | - |
| XYZ | 49.21 | 38.71 | 71.21 | - |
| YUV | 172.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 218 | 0.04 | 0.34 | 0 | 0.15 | 293.51 | 0.5 | 0.71 |
| Hex | D2 | 90 | DA | 4 | 22 | 0 | F | 126 | 32 | 47 |
| Octal | 322 | 220 | 332 | 4 | 42 | 0 | 17 | 446 | 62 | 107 |
| Binary | 11010010 | 10010000 | 11011010 | 100 | 100010 | 0 | 1111 | 100100110 | 110010 | 1000111 |
Color Harmonies of #D290DA
Complementary color
Monochromatic Colors of #D290DA
Black with #D290DA
Text Example
Text Example
White with #D290DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290DA; }
p { color: rgb(210,144,218); }
H1.HeaderClassName
{
color: #D290DA;
}
.AnyTagClassName
{
color: #D290DA;
}
</style>
background-color css
<style>
a { background-color: #D290DA; }
a { background-color: rgb(210,144,218); }
div.DivClassName
{
background-color: #D290DA;
}
.BgClassName
{
background-color: #D290DA;
}
</style>
border-color css
<style>
span { border-color: #D290DA; }
span { border-color: rgb(210,144,218); }
td.TdClassName
{
border-color: #D290DA;
}
.TagClassName
{
border-color: #D290DA;
}
</style>