Shades of Plum #D794DF
Tints of Plum #D794DF
RGB
CMYK
RGB Variations
Color information
#D794DF (or 0xD794DF) is known color: Plum. HEX triplet: D7, 94 and DF. RGB value is (215,148,223). Sum of RGB (Red+Green+Blue) = 215+148+223=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #D794DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794DF is #286B20. Grayscale: #B0B0B0. Windows color (decimal): -2648865 or 14652631. OLE color: 14652631.
HSL color Cylindrical-coordinate representation of color #D794DF: hue angle of 293.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D794DF is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 148 | 223 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.13 |
| HSL | 293.6º | 0.54% | 0.73% | - |
| HSV(B) | 293.6º | 0.34% | 0.87% | - |
| XYZ | 51.93 | 40.95 | 74.98 | - |
| YUV | 176.58 | 154.2 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 223 | 0.04 | 0.34 | 0 | 0.13 | 293.6 | 0.54 | 0.73 |
| Hex | D7 | 94 | DF | 4 | 22 | 0 | D | 126 | 36 | 49 |
| Octal | 327 | 224 | 337 | 4 | 42 | 0 | 15 | 446 | 66 | 111 |
| Binary | 11010111 | 10010100 | 11011111 | 100 | 100010 | 0 | 1101 | 100100110 | 110110 | 1001001 |
Color Harmonies of #D794DF
Complementary color
Monochromatic Colors of #D794DF
Black with #D794DF
Text Example
Text Example
White with #D794DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794DF; }
p { color: rgb(215,148,223); }
H1.HeaderClassName
{
color: #D794DF;
}
.AnyTagClassName
{
color: #D794DF;
}
</style>
background-color css
<style>
a { background-color: #D794DF; }
a { background-color: rgb(215,148,223); }
div.DivClassName
{
background-color: #D794DF;
}
.BgClassName
{
background-color: #D794DF;
}
</style>
border-color css
<style>
span { border-color: #D794DF; }
span { border-color: rgb(215,148,223); }
td.TdClassName
{
border-color: #D794DF;
}
.TagClassName
{
border-color: #D794DF;
}
</style>