Shades of Plum #D393D9
Tints of Plum #D393D9
RGB
CMYK
RGB Variations
Color information
#D393D9 (or 0xD393D9) is known color: Plum. HEX triplet: D3, 93 and D9. RGB value is (211,147,217). Sum of RGB (Red+Green+Blue) = 211+147+217=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #D393D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393D9 is #2C6C26. Grayscale: #ADADAD. Windows color (decimal): -2911271 or 14259155. OLE color: 14259155.
HSL color Cylindrical-coordinate representation of color #D393D9: hue angle of 294.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D393D9 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 147 | 217 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.15 |
| HSL | 294.86º | 0.48% | 0.71% | - |
| HSV(B) | 294.86º | 0.32% | 0.85% | - |
| XYZ | 49.82 | 39.73 | 70.69 | - |
| YUV | 174.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 217 | 0.03 | 0.32 | 0 | 0.15 | 294.86 | 0.48 | 0.71 |
| Hex | D3 | 93 | D9 | 3 | 20 | 0 | F | 127 | 30 | 47 |
| Octal | 323 | 223 | 331 | 3 | 40 | 0 | 17 | 447 | 60 | 107 |
| Binary | 11010011 | 10010011 | 11011001 | 11 | 100000 | 0 | 1111 | 100100111 | 110000 | 1000111 |
Color Harmonies of #D393D9
Complementary color
Monochromatic Colors of #D393D9
Black with #D393D9
Text Example
Text Example
White with #D393D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D393D9; }
p { color: rgb(211,147,217); }
H1.HeaderClassName
{
color: #D393D9;
}
.AnyTagClassName
{
color: #D393D9;
}
</style>
background-color css
<style>
a { background-color: #D393D9; }
a { background-color: rgb(211,147,217); }
div.DivClassName
{
background-color: #D393D9;
}
.BgClassName
{
background-color: #D393D9;
}
</style>
border-color css
<style>
span { border-color: #D393D9; }
span { border-color: rgb(211,147,217); }
td.TdClassName
{
border-color: #D393D9;
}
.TagClassName
{
border-color: #D393D9;
}
</style>