Shades of Plum #D389DD
Tints of Plum #D389DD
RGB
CMYK
RGB Variations
Color information
#D389DD (or 0xD389DD) is known color: Plum. HEX triplet: D3, 89 and DD. RGB value is (211,137,221). Sum of RGB (Red+Green+Blue) = 211+137+221=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #D389DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389DD is #2C7622. Grayscale: #A8A8A8. Windows color (decimal): -2913827 or 14518739. OLE color: 14518739.
HSL color Cylindrical-coordinate representation of color #D389DD: hue angle of 292.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D389DD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 137 | 221 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.13 |
| HSL | 292.86º | 0.55% | 0.7% | - |
| HSV(B) | 292.86º | 0.38% | 0.87% | - |
| XYZ | 48.86 | 36.96 | 72.97 | - |
| YUV | 168.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 221 | 0.05 | 0.38 | 0 | 0.13 | 292.86 | 0.55 | 0.7 |
| Hex | D3 | 89 | DD | 5 | 26 | 0 | D | 125 | 37 | 46 |
| Octal | 323 | 211 | 335 | 5 | 46 | 0 | 15 | 445 | 67 | 106 |
| Binary | 11010011 | 10001001 | 11011101 | 101 | 100110 | 0 | 1101 | 100100101 | 110111 | 1000110 |
Color Harmonies of #D389DD
Complementary color
Monochromatic Colors of #D389DD
Black with #D389DD
Text Example
Text Example
White with #D389DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389DD; }
p { color: rgb(211,137,221); }
H1.HeaderClassName
{
color: #D389DD;
}
.AnyTagClassName
{
color: #D389DD;
}
</style>
background-color css
<style>
a { background-color: #D389DD; }
a { background-color: rgb(211,137,221); }
div.DivClassName
{
background-color: #D389DD;
}
.BgClassName
{
background-color: #D389DD;
}
</style>
border-color css
<style>
span { border-color: #D389DD; }
span { border-color: rgb(211,137,221); }
td.TdClassName
{
border-color: #D389DD;
}
.TagClassName
{
border-color: #D389DD;
}
</style>