Shades of Plum #D792D1
Tints of Plum #D792D1
RGB
CMYK
RGB Variations
Color information
#D792D1 (or 0xD792D1) is known color: Plum. HEX triplet: D7, 92 and D1. RGB value is (215,146,209). Sum of RGB (Red+Green+Blue) = 215+146+209=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D792D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792D1 is #286D2E. Grayscale: #ADADAD. Windows color (decimal): -2649391 or 13734615. OLE color: 13734615.
HSL color Cylindrical-coordinate representation of color #D792D1: hue angle of 305.22º 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 #D792D1 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 209 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.16 |
| HSL | 305.22º | 0.46% | 0.71% | - |
| HSV(B) | 305.22º | 0.32% | 0.84% | - |
| XYZ | 49.81 | 39.61 | 65.34 | - |
| YUV | 173.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 209 | 0 | 0.32 | 0.03 | 0.16 | 305.22 | 0.46 | 0.71 |
| Hex | D7 | 92 | D1 | 0 | 20 | 3 | 10 | 131 | 2E | 47 |
| Octal | 327 | 222 | 321 | 0 | 40 | 3 | 20 | 461 | 56 | 107 |
| Binary | 11010111 | 10010010 | 11010001 | 0 | 100000 | 11 | 10000 | 100110001 | 101110 | 1000111 |
Color Harmonies of #D792D1
Complementary color
Monochromatic Colors of #D792D1
Black with #D792D1
Text Example
Text Example
White with #D792D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792D1; }
p { color: rgb(215,146,209); }
H1.HeaderClassName
{
color: #D792D1;
}
.AnyTagClassName
{
color: #D792D1;
}
</style>
background-color css
<style>
a { background-color: #D792D1; }
a { background-color: rgb(215,146,209); }
div.DivClassName
{
background-color: #D792D1;
}
.BgClassName
{
background-color: #D792D1;
}
</style>
border-color css
<style>
span { border-color: #D792D1; }
span { border-color: rgb(215,146,209); }
td.TdClassName
{
border-color: #D792D1;
}
.TagClassName
{
border-color: #D792D1;
}
</style>