Shades of Plum #D393D4
Tints of Plum #D393D4
RGB
CMYK
RGB Variations
Color information
#D393D4 (or 0xD393D4) is known color: Plum. HEX triplet: D3, 93 and D4. RGB value is (211,147,212). Sum of RGB (Red+Green+Blue) = 211+147+212=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #D393D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393D4 is #2C6C2B. Grayscale: #ADADAD. Windows color (decimal): -2911276 or 13931475. OLE color: 13931475.
HSL color Cylindrical-coordinate representation of color #D393D4: hue angle of 299.08º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D393D4 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 212 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.17 |
| HSL | 299.08º | 0.43% | 0.7% | - |
| HSV(B) | 299.08º | 0.31% | 0.83% | - |
| XYZ | 49.18 | 39.47 | 67.31 | - |
| YUV | 173.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 212 | 0.00 | 0.31 | 0 | 0.17 | 299.08 | 0.43 | 0.7 |
| Hex | D3 | 93 | D4 | 0 | 1F | 0 | 11 | 12B | 2B | 46 |
| Octal | 323 | 223 | 324 | 0 | 37 | 0 | 21 | 453 | 53 | 106 |
| Binary | 11010011 | 10010011 | 11010100 | 0 | 11111 | 0 | 10001 | 100101011 | 101011 | 1000110 |
Color Harmonies of #D393D4
Complementary color
Monochromatic Colors of #D393D4
Black with #D393D4
Text Example
Text Example
White with #D393D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D393D4; }
p { color: rgb(211,147,212); }
H1.HeaderClassName
{
color: #D393D4;
}
.AnyTagClassName
{
color: #D393D4;
}
</style>
background-color css
<style>
a { background-color: #D393D4; }
a { background-color: rgb(211,147,212); }
div.DivClassName
{
background-color: #D393D4;
}
.BgClassName
{
background-color: #D393D4;
}
</style>
border-color css
<style>
span { border-color: #D393D4; }
span { border-color: rgb(211,147,212); }
td.TdClassName
{
border-color: #D393D4;
}
.TagClassName
{
border-color: #D393D4;
}
</style>