Shades of Plum #D389DA
Tints of Plum #D389DA
RGB
CMYK
RGB Variations
Color information
#D389DA (or 0xD389DA) is known color: Plum. HEX triplet: D3, 89 and DA. RGB value is (211,137,218). Sum of RGB (Red+Green+Blue) = 211+137+218=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #D389DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389DA is #2C7625. Grayscale: #A8A8A8. Windows color (decimal): -2913830 or 14322131. OLE color: 14322131.
HSL color Cylindrical-coordinate representation of color #D389DA: hue angle of 294.81º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D389DA is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 137 | 218 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.15 |
| HSL | 294.81º | 0.52% | 0.7% | - |
| HSV(B) | 294.81º | 0.37% | 0.85% | - |
| XYZ | 48.46 | 36.8 | 70.88 | - |
| YUV | 168.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 218 | 0.03 | 0.37 | 0 | 0.15 | 294.81 | 0.52 | 0.7 |
| Hex | D3 | 89 | DA | 3 | 25 | 0 | F | 127 | 34 | 46 |
| Octal | 323 | 211 | 332 | 3 | 45 | 0 | 17 | 447 | 64 | 106 |
| Binary | 11010011 | 10001001 | 11011010 | 11 | 100101 | 0 | 1111 | 100100111 | 110100 | 1000110 |
Color Harmonies of #D389DA
Complementary color
Monochromatic Colors of #D389DA
Black with #D389DA
Text Example
Text Example
White with #D389DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389DA; }
p { color: rgb(211,137,218); }
H1.HeaderClassName
{
color: #D389DA;
}
.AnyTagClassName
{
color: #D389DA;
}
</style>
background-color css
<style>
a { background-color: #D389DA; }
a { background-color: rgb(211,137,218); }
div.DivClassName
{
background-color: #D389DA;
}
.BgClassName
{
background-color: #D389DA;
}
</style>
border-color css
<style>
span { border-color: #D389DA; }
span { border-color: rgb(211,137,218); }
td.TdClassName
{
border-color: #D389DA;
}
.TagClassName
{
border-color: #D389DA;
}
</style>