Shades of Plum #D794D4
Tints of Plum #D794D4
RGB
CMYK
RGB Variations
Color information
#D794D4 (or 0xD794D4) is known color: Plum. HEX triplet: D7, 94 and D4. RGB value is (215,148,212). Sum of RGB (Red+Green+Blue) = 215+148+212=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D794D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794D4 is #286B2B. Grayscale: #AFAFAF. Windows color (decimal): -2648876 or 13931735. OLE color: 13931735.
HSL color Cylindrical-coordinate representation of color #D794D4: hue angle of 302.69º 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 #D794D4 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 212 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.16 |
| HSL | 302.69º | 0.46% | 0.71% | - |
| HSV(B) | 302.69º | 0.31% | 0.84% | - |
| XYZ | 50.5 | 40.38 | 67.42 | - |
| YUV | 175.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 212 | 0 | 0.31 | 0.01 | 0.16 | 302.69 | 0.46 | 0.71 |
| Hex | D7 | 94 | D4 | 0 | 1F | 1 | 10 | 12F | 2E | 47 |
| Octal | 327 | 224 | 324 | 0 | 37 | 1 | 20 | 457 | 56 | 107 |
| Binary | 11010111 | 10010100 | 11010100 | 0 | 11111 | 1 | 10000 | 100101111 | 101110 | 1000111 |
Color Harmonies of #D794D4
Complementary color
Monochromatic Colors of #D794D4
Black with #D794D4
Text Example
Text Example
White with #D794D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794D4; }
p { color: rgb(215,148,212); }
H1.HeaderClassName
{
color: #D794D4;
}
.AnyTagClassName
{
color: #D794D4;
}
</style>
background-color css
<style>
a { background-color: #D794D4; }
a { background-color: rgb(215,148,212); }
div.DivClassName
{
background-color: #D794D4;
}
.BgClassName
{
background-color: #D794D4;
}
</style>
border-color css
<style>
span { border-color: #D794D4; }
span { border-color: rgb(215,148,212); }
td.TdClassName
{
border-color: #D794D4;
}
.TagClassName
{
border-color: #D794D4;
}
</style>