Shades of Plum #D794D5
Tints of Plum #D794D5
RGB
CMYK
RGB Variations
Color information
#D794D5 (or 0xD794D5) is known color: Plum. HEX triplet: D7, 94 and D5. RGB value is (215,148,213). Sum of RGB (Red+Green+Blue) = 215+148+213=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D794D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794D5 is #286B2A. Grayscale: #AFAFAF. Windows color (decimal): -2648875 or 13997271. OLE color: 13997271.
HSL color Cylindrical-coordinate representation of color #D794D5: hue angle of 301.79º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D794D5 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 213 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.16 |
| HSL | 301.79º | 0.46% | 0.71% | - |
| HSV(B) | 301.79º | 0.31% | 0.84% | - |
| XYZ | 50.62 | 40.43 | 68.09 | - |
| YUV | 175.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 213 | 0 | 0.31 | 0.01 | 0.16 | 301.79 | 0.46 | 0.71 |
| Hex | D7 | 94 | D5 | 0 | 1F | 1 | 10 | 12E | 2E | 47 |
| Octal | 327 | 224 | 325 | 0 | 37 | 1 | 20 | 456 | 56 | 107 |
| Binary | 11010111 | 10010100 | 11010101 | 0 | 11111 | 1 | 10000 | 100101110 | 101110 | 1000111 |
Color Harmonies of #D794D5
Complementary color
Monochromatic Colors of #D794D5
Black with #D794D5
Text Example
Text Example
White with #D794D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794D5; }
p { color: rgb(215,148,213); }
H1.HeaderClassName
{
color: #D794D5;
}
.AnyTagClassName
{
color: #D794D5;
}
</style>
background-color css
<style>
a { background-color: #D794D5; }
a { background-color: rgb(215,148,213); }
div.DivClassName
{
background-color: #D794D5;
}
.BgClassName
{
background-color: #D794D5;
}
</style>
border-color css
<style>
span { border-color: #D794D5; }
span { border-color: rgb(215,148,213); }
td.TdClassName
{
border-color: #D794D5;
}
.TagClassName
{
border-color: #D794D5;
}
</style>