Shades of Plum #D789DF
Tints of Plum #D789DF
RGB
CMYK
RGB Variations
Color information
#D789DF (or 0xD789DF) is known color: Plum. HEX triplet: D7, 89 and DF. RGB value is (215,137,223). Sum of RGB (Red+Green+Blue) = 215+137+223=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #D789DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789DF is #287620. Grayscale: #A9A9A9. Windows color (decimal): -2651681 or 14649815. OLE color: 14649815.
HSL color Cylindrical-coordinate representation of color #D789DF: hue angle of 294.42º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D789DF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 137 | 223 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.13 |
| HSL | 294.42º | 0.57% | 0.71% | - |
| HSV(B) | 294.42º | 0.39% | 0.87% | - |
| XYZ | 50.29 | 37.67 | 74.43 | - |
| YUV | 170.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 223 | 0.04 | 0.39 | 0 | 0.13 | 294.42 | 0.57 | 0.71 |
| Hex | D7 | 89 | DF | 4 | 27 | 0 | D | 126 | 39 | 47 |
| Octal | 327 | 211 | 337 | 4 | 47 | 0 | 15 | 446 | 71 | 107 |
| Binary | 11010111 | 10001001 | 11011111 | 100 | 100111 | 0 | 1101 | 100100110 | 111001 | 1000111 |
Color Harmonies of #D789DF
Complementary color
Monochromatic Colors of #D789DF
Black with #D789DF
Text Example
Text Example
White with #D789DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D789DF; }
p { color: rgb(215,137,223); }
H1.HeaderClassName
{
color: #D789DF;
}
.AnyTagClassName
{
color: #D789DF;
}
</style>
background-color css
<style>
a { background-color: #D789DF; }
a { background-color: rgb(215,137,223); }
div.DivClassName
{
background-color: #D789DF;
}
.BgClassName
{
background-color: #D789DF;
}
</style>
border-color css
<style>
span { border-color: #D789DF; }
span { border-color: rgb(215,137,223); }
td.TdClassName
{
border-color: #D789DF;
}
.TagClassName
{
border-color: #D789DF;
}
</style>