Shades of Plum #D390D6
Tints of Plum #D390D6
RGB
CMYK
RGB Variations
Color information
#D390D6 (or 0xD390D6) is known color: Plum. HEX triplet: D3, 90 and D6. RGB value is (211,144,214). Sum of RGB (Red+Green+Blue) = 211+144+214=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #D390D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390D6 is #2C6F29. Grayscale: #ABABAB. Windows color (decimal): -2912042 or 14061779. OLE color: 14061779.
HSL color Cylindrical-coordinate representation of color #D390D6: hue angle of 297.43º 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 #D390D6 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 144 | 214 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.16 |
| HSL | 297.43º | 0.46% | 0.7% | - |
| HSV(B) | 297.43º | 0.33% | 0.84% | - |
| XYZ | 48.97 | 38.65 | 68.5 | - |
| YUV | 172.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 214 | 0.01 | 0.33 | 0 | 0.16 | 297.43 | 0.46 | 0.7 |
| Hex | D3 | 90 | D6 | 1 | 21 | 0 | 10 | 129 | 2E | 46 |
| Octal | 323 | 220 | 326 | 1 | 41 | 0 | 20 | 451 | 56 | 106 |
| Binary | 11010011 | 10010000 | 11010110 | 1 | 100001 | 0 | 10000 | 100101001 | 101110 | 1000110 |
Color Harmonies of #D390D6
Complementary color
Monochromatic Colors of #D390D6
Black with #D390D6
Text Example
Text Example
White with #D390D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390D6; }
p { color: rgb(211,144,214); }
H1.HeaderClassName
{
color: #D390D6;
}
.AnyTagClassName
{
color: #D390D6;
}
</style>
background-color css
<style>
a { background-color: #D390D6; }
a { background-color: rgb(211,144,214); }
div.DivClassName
{
background-color: #D390D6;
}
.BgClassName
{
background-color: #D390D6;
}
</style>
border-color css
<style>
span { border-color: #D390D6; }
span { border-color: rgb(211,144,214); }
td.TdClassName
{
border-color: #D390D6;
}
.TagClassName
{
border-color: #D390D6;
}
</style>