Shades of Plum #D789DC
Tints of Plum #D789DC
RGB
CMYK
RGB Variations
Color information
#D789DC (or 0xD789DC) is known color: Plum. HEX triplet: D7, 89 and DC. RGB value is (215,137,220). Sum of RGB (Red+Green+Blue) = 215+137+220=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #D789DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789DC is #287623. Grayscale: #A9A9A9. Windows color (decimal): -2651684 or 14453207. OLE color: 14453207.
HSL color Cylindrical-coordinate representation of color #D789DC: hue angle of 296.39º 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 #D789DC is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 137 | 220 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.14 |
| HSL | 296.39º | 0.54% | 0.7% | - |
| HSV(B) | 296.39º | 0.38% | 0.86% | - |
| XYZ | 49.89 | 37.51 | 72.32 | - |
| YUV | 169.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 220 | 0.02 | 0.38 | 0 | 0.14 | 296.39 | 0.54 | 0.7 |
| Hex | D7 | 89 | DC | 2 | 26 | 0 | E | 128 | 36 | 46 |
| Octal | 327 | 211 | 334 | 2 | 46 | 0 | 16 | 450 | 66 | 106 |
| Binary | 11010111 | 10001001 | 11011100 | 10 | 100110 | 0 | 1110 | 100101000 | 110110 | 1000110 |
Color Harmonies of #D789DC
Complementary color
Monochromatic Colors of #D789DC
Black with #D789DC
Text Example
Text Example
White with #D789DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D789DC; }
p { color: rgb(215,137,220); }
H1.HeaderClassName
{
color: #D789DC;
}
.AnyTagClassName
{
color: #D789DC;
}
</style>
background-color css
<style>
a { background-color: #D789DC; }
a { background-color: rgb(215,137,220); }
div.DivClassName
{
background-color: #D789DC;
}
.BgClassName
{
background-color: #D789DC;
}
</style>
border-color css
<style>
span { border-color: #D789DC; }
span { border-color: rgb(215,137,220); }
td.TdClassName
{
border-color: #D789DC;
}
.TagClassName
{
border-color: #D789DC;
}
</style>