Shades of Plum #D290D4
Tints of Plum #D290D4
RGB
CMYK
RGB Variations
Color information
#D290D4 (or 0xD290D4) is known color: Plum. HEX triplet: D2, 90 and D4. RGB value is (210,144,212). Sum of RGB (Red+Green+Blue) = 210+144+212=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #D290D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290D4 is #2D6F2B. Grayscale: #ABABAB. Windows color (decimal): -2977580 or 13930706. OLE color: 13930706.
HSL color Cylindrical-coordinate representation of color #D290D4: hue angle of 298.24º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D290D4 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 144 | 212 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.17 |
| HSL | 298.24º | 0.44% | 0.7% | - |
| HSV(B) | 298.24º | 0.32% | 0.83% | - |
| XYZ | 48.44 | 38.4 | 67.15 | - |
| YUV | 171.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 212 | 0.01 | 0.32 | 0 | 0.17 | 298.24 | 0.44 | 0.7 |
| Hex | D2 | 90 | D4 | 1 | 20 | 0 | 11 | 12A | 2C | 46 |
| Octal | 322 | 220 | 324 | 1 | 40 | 0 | 21 | 452 | 54 | 106 |
| Binary | 11010010 | 10010000 | 11010100 | 1 | 100000 | 0 | 10001 | 100101010 | 101100 | 1000110 |
Color Harmonies of #D290D4
Complementary color
Monochromatic Colors of #D290D4
Black with #D290D4
Text Example
Text Example
White with #D290D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290D4; }
p { color: rgb(210,144,212); }
H1.HeaderClassName
{
color: #D290D4;
}
.AnyTagClassName
{
color: #D290D4;
}
</style>
background-color css
<style>
a { background-color: #D290D4; }
a { background-color: rgb(210,144,212); }
div.DivClassName
{
background-color: #D290D4;
}
.BgClassName
{
background-color: #D290D4;
}
</style>
border-color css
<style>
span { border-color: #D290D4; }
span { border-color: rgb(210,144,212); }
td.TdClassName
{
border-color: #D290D4;
}
.TagClassName
{
border-color: #D290D4;
}
</style>