Shades of Plum #D788DF
Tints of Plum #D788DF
RGB
CMYK
RGB Variations
Color information
#D788DF (or 0xD788DF) is known color: Plum. HEX triplet: D7, 88 and DF. RGB value is (215,136,223). Sum of RGB (Red+Green+Blue) = 215+136+223=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #D788DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788DF is #287720. Grayscale: #A9A9A9. Windows color (decimal): -2651937 or 14649559. OLE color: 14649559.
HSL color Cylindrical-coordinate representation of color #D788DF: hue angle of 294.48º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D788DF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 136 | 223 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.13 |
| HSL | 294.48º | 0.58% | 0.7% | - |
| HSV(B) | 294.48º | 0.39% | 0.87% | - |
| XYZ | 50.15 | 37.38 | 74.38 | - |
| YUV | 169.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 223 | 0.04 | 0.39 | 0 | 0.13 | 294.48 | 0.58 | 0.7 |
| Hex | D7 | 88 | DF | 4 | 27 | 0 | D | 126 | 3A | 46 |
| Octal | 327 | 210 | 337 | 4 | 47 | 0 | 15 | 446 | 72 | 106 |
| Binary | 11010111 | 10001000 | 11011111 | 100 | 100111 | 0 | 1101 | 100100110 | 111010 | 1000110 |
Color Harmonies of #D788DF
Complementary color
Monochromatic Colors of #D788DF
Black with #D788DF
Text Example
Text Example
White with #D788DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D788DF; }
p { color: rgb(215,136,223); }
H1.HeaderClassName
{
color: #D788DF;
}
.AnyTagClassName
{
color: #D788DF;
}
</style>
background-color css
<style>
a { background-color: #D788DF; }
a { background-color: rgb(215,136,223); }
div.DivClassName
{
background-color: #D788DF;
}
.BgClassName
{
background-color: #D788DF;
}
</style>
border-color css
<style>
span { border-color: #D788DF; }
span { border-color: rgb(215,136,223); }
td.TdClassName
{
border-color: #D788DF;
}
.TagClassName
{
border-color: #D788DF;
}
</style>