Shades of Plum #D792D5
Tints of Plum #D792D5
RGB
CMYK
RGB Variations
Color information
#D792D5 (or 0xD792D5) is known color: Plum. HEX triplet: D7, 92 and D5. RGB value is (215,146,213). Sum of RGB (Red+Green+Blue) = 215+146+213=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D792D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792D5 is #286D2A. Grayscale: #AEAEAE. Windows color (decimal): -2649387 or 13996759. OLE color: 13996759.
HSL color Cylindrical-coordinate representation of color #D792D5: hue angle of 301.74º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D792D5 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 213 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.16 |
| HSL | 301.74º | 0.46% | 0.71% | - |
| HSV(B) | 301.74º | 0.32% | 0.84% | - |
| XYZ | 50.31 | 39.81 | 67.98 | - |
| YUV | 174.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 213 | 0 | 0.32 | 0.01 | 0.16 | 301.74 | 0.46 | 0.71 |
| Hex | D7 | 92 | D5 | 0 | 20 | 1 | 10 | 12E | 2E | 47 |
| Octal | 327 | 222 | 325 | 0 | 40 | 1 | 20 | 456 | 56 | 107 |
| Binary | 11010111 | 10010010 | 11010101 | 0 | 100000 | 1 | 10000 | 100101110 | 101110 | 1000111 |
Color Harmonies of #D792D5
Complementary color
Monochromatic Colors of #D792D5
Black with #D792D5
Text Example
Text Example
White with #D792D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792D5; }
p { color: rgb(215,146,213); }
H1.HeaderClassName
{
color: #D792D5;
}
.AnyTagClassName
{
color: #D792D5;
}
</style>
background-color css
<style>
a { background-color: #D792D5; }
a { background-color: rgb(215,146,213); }
div.DivClassName
{
background-color: #D792D5;
}
.BgClassName
{
background-color: #D792D5;
}
</style>
border-color css
<style>
span { border-color: #D792D5; }
span { border-color: rgb(215,146,213); }
td.TdClassName
{
border-color: #D792D5;
}
.TagClassName
{
border-color: #D792D5;
}
</style>