Shades of Plum #D490D6
Tints of Plum #D490D6
RGB
CMYK
RGB Variations
Color information
#D490D6 (or 0xD490D6) is known color: Plum. HEX triplet: D4, 90 and D6. RGB value is (212,144,214). Sum of RGB (Red+Green+Blue) = 212+144+214=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #D490D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490D6 is #2B6F29. Grayscale: #ACACAC. Windows color (decimal): -2846506 or 14061780. OLE color: 14061780.
HSL color Cylindrical-coordinate representation of color #D490D6: hue angle of 298.29º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D490D6 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 144 | 214 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.16 |
| HSL | 298.29º | 0.46% | 0.7% | - |
| HSV(B) | 298.29º | 0.33% | 0.84% | - |
| XYZ | 49.26 | 38.8 | 68.51 | - |
| YUV | 172.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 214 | 0.01 | 0.33 | 0 | 0.16 | 298.29 | 0.46 | 0.7 |
| Hex | D4 | 90 | D6 | 1 | 21 | 0 | 10 | 12A | 2E | 46 |
| Octal | 324 | 220 | 326 | 1 | 41 | 0 | 20 | 452 | 56 | 106 |
| Binary | 11010100 | 10010000 | 11010110 | 1 | 100001 | 0 | 10000 | 100101010 | 101110 | 1000110 |
Color Harmonies of #D490D6
Complementary color
Monochromatic Colors of #D490D6
Black with #D490D6
Text Example
Text Example
White with #D490D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490D6; }
p { color: rgb(212,144,214); }
H1.HeaderClassName
{
color: #D490D6;
}
.AnyTagClassName
{
color: #D490D6;
}
</style>
background-color css
<style>
a { background-color: #D490D6; }
a { background-color: rgb(212,144,214); }
div.DivClassName
{
background-color: #D490D6;
}
.BgClassName
{
background-color: #D490D6;
}
</style>
border-color css
<style>
span { border-color: #D490D6; }
span { border-color: rgb(212,144,214); }
td.TdClassName
{
border-color: #D490D6;
}
.TagClassName
{
border-color: #D490D6;
}
</style>