Shades of Plum #D389D7
Tints of Plum #D389D7
RGB
CMYK
RGB Variations
Color information
#D389D7 (or 0xD389D7) is known color: Plum. HEX triplet: D3, 89 and D7. RGB value is (211,137,215). Sum of RGB (Red+Green+Blue) = 211+137+215=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #D389D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389D7 is #2C7628. Grayscale: #A7A7A7. Windows color (decimal): -2913833 or 14125523. OLE color: 14125523.
HSL color Cylindrical-coordinate representation of color #D389D7: hue angle of 296.92º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D389D7 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 137 | 215 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.16 |
| HSL | 296.92º | 0.49% | 0.69% | - |
| HSV(B) | 296.92º | 0.36% | 0.84% | - |
| XYZ | 48.08 | 36.65 | 68.83 | - |
| YUV | 168.02 | 154.52 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 215 | 0.02 | 0.36 | 0 | 0.16 | 296.92 | 0.49 | 0.69 |
| Hex | D3 | 89 | D7 | 2 | 24 | 0 | 10 | 129 | 31 | 45 |
| Octal | 323 | 211 | 327 | 2 | 44 | 0 | 20 | 451 | 61 | 105 |
| Binary | 11010011 | 10001001 | 11010111 | 10 | 100100 | 0 | 10000 | 100101001 | 110001 | 1000101 |
Color Harmonies of #D389D7
Complementary color
Monochromatic Colors of #D389D7
Black with #D389D7
Text Example
Text Example
White with #D389D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389D7; }
p { color: rgb(211,137,215); }
H1.HeaderClassName
{
color: #D389D7;
}
.AnyTagClassName
{
color: #D389D7;
}
</style>
background-color css
<style>
a { background-color: #D389D7; }
a { background-color: rgb(211,137,215); }
div.DivClassName
{
background-color: #D389D7;
}
.BgClassName
{
background-color: #D389D7;
}
</style>
border-color css
<style>
span { border-color: #D389D7; }
span { border-color: rgb(211,137,215); }
td.TdClassName
{
border-color: #D389D7;
}
.TagClassName
{
border-color: #D389D7;
}
</style>