Shades of Plum #D389DC
Tints of Plum #D389DC
RGB
CMYK
RGB Variations
Color information
#D389DC (or 0xD389DC) is known color: Plum. HEX triplet: D3, 89 and DC. RGB value is (211,137,220). Sum of RGB (Red+Green+Blue) = 211+137+220=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #D389DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389DC is #2C7623. Grayscale: #A8A8A8. Windows color (decimal): -2913828 or 14453203. OLE color: 14453203.
HSL color Cylindrical-coordinate representation of color #D389DC: hue angle of 293.49º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D389DC is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 137 | 220 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.14 |
| HSL | 293.49º | 0.54% | 0.7% | - |
| HSV(B) | 293.49º | 0.38% | 0.86% | - |
| XYZ | 48.73 | 36.91 | 72.27 | - |
| YUV | 168.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 220 | 0.04 | 0.38 | 0 | 0.14 | 293.49 | 0.54 | 0.7 |
| Hex | D3 | 89 | DC | 4 | 26 | 0 | E | 125 | 36 | 46 |
| Octal | 323 | 211 | 334 | 4 | 46 | 0 | 16 | 445 | 66 | 106 |
| Binary | 11010011 | 10001001 | 11011100 | 100 | 100110 | 0 | 1110 | 100100101 | 110110 | 1000110 |
Color Harmonies of #D389DC
Complementary color
Monochromatic Colors of #D389DC
Black with #D389DC
Text Example
Text Example
White with #D389DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389DC; }
p { color: rgb(211,137,220); }
H1.HeaderClassName
{
color: #D389DC;
}
.AnyTagClassName
{
color: #D389DC;
}
</style>
background-color css
<style>
a { background-color: #D389DC; }
a { background-color: rgb(211,137,220); }
div.DivClassName
{
background-color: #D389DC;
}
.BgClassName
{
background-color: #D389DC;
}
</style>
border-color css
<style>
span { border-color: #D389DC; }
span { border-color: rgb(211,137,220); }
td.TdClassName
{
border-color: #D389DC;
}
.TagClassName
{
border-color: #D389DC;
}
</style>