Shades of Plum #D794D8
Tints of Plum #D794D8
RGB
CMYK
RGB Variations
Color information
#D794D8 (or 0xD794D8) is known color: Plum. HEX triplet: D7, 94 and D8. RGB value is (215,148,216). Sum of RGB (Red+Green+Blue) = 215+148+216=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #D794D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794D8 is #286B27. Grayscale: #AFAFAF. Windows color (decimal): -2648872 or 14193879. OLE color: 14193879.
HSL color Cylindrical-coordinate representation of color #D794D8: hue angle of 299.12º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D794D8 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 148 | 216 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.15 |
| HSL | 299.12º | 0.47% | 0.71% | - |
| HSV(B) | 299.12º | 0.31% | 0.85% | - |
| XYZ | 51.01 | 40.58 | 70.11 | - |
| YUV | 175.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 216 | 0.00 | 0.31 | 0 | 0.15 | 299.12 | 0.47 | 0.71 |
| Hex | D7 | 94 | D8 | 0 | 1F | 0 | F | 12B | 2F | 47 |
| Octal | 327 | 224 | 330 | 0 | 37 | 0 | 17 | 453 | 57 | 107 |
| Binary | 11010111 | 10010100 | 11011000 | 0 | 11111 | 0 | 1111 | 100101011 | 101111 | 1000111 |
Color Harmonies of #D794D8
Complementary color
Monochromatic Colors of #D794D8
Black with #D794D8
Text Example
Text Example
White with #D794D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794D8; }
p { color: rgb(215,148,216); }
H1.HeaderClassName
{
color: #D794D8;
}
.AnyTagClassName
{
color: #D794D8;
}
</style>
background-color css
<style>
a { background-color: #D794D8; }
a { background-color: rgb(215,148,216); }
div.DivClassName
{
background-color: #D794D8;
}
.BgClassName
{
background-color: #D794D8;
}
</style>
border-color css
<style>
span { border-color: #D794D8; }
span { border-color: rgb(215,148,216); }
td.TdClassName
{
border-color: #D794D8;
}
.TagClassName
{
border-color: #D794D8;
}
</style>