Shades of Plum #D792D0
Tints of Plum #D792D0
RGB
CMYK
RGB Variations
Color information
#D792D0 (or 0xD792D0) is known color: Plum. HEX triplet: D7, 92 and D0. RGB value is (215,146,208). Sum of RGB (Red+Green+Blue) = 215+146+208=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D792D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792D0 is #286D2F. Grayscale: #ADADAD. Windows color (decimal): -2649392 or 13669079. OLE color: 13669079.
HSL color Cylindrical-coordinate representation of color #D792D0: hue angle of 306.09º 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 #D792D0 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 208 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.16 |
| HSL | 306.09º | 0.46% | 0.71% | - |
| HSV(B) | 306.09º | 0.32% | 0.84% | - |
| XYZ | 49.69 | 39.56 | 64.69 | - |
| YUV | 173.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 208 | 0 | 0.32 | 0.03 | 0.16 | 306.09 | 0.46 | 0.71 |
| Hex | D7 | 92 | D0 | 0 | 20 | 3 | 10 | 132 | 2E | 47 |
| Octal | 327 | 222 | 320 | 0 | 40 | 3 | 20 | 462 | 56 | 107 |
| Binary | 11010111 | 10010010 | 11010000 | 0 | 100000 | 11 | 10000 | 100110010 | 101110 | 1000111 |
Color Harmonies of #D792D0
Complementary color
Monochromatic Colors of #D792D0
Black with #D792D0
Text Example
Text Example
White with #D792D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792D0; }
p { color: rgb(215,146,208); }
H1.HeaderClassName
{
color: #D792D0;
}
.AnyTagClassName
{
color: #D792D0;
}
</style>
background-color css
<style>
a { background-color: #D792D0; }
a { background-color: rgb(215,146,208); }
div.DivClassName
{
background-color: #D792D0;
}
.BgClassName
{
background-color: #D792D0;
}
</style>
border-color css
<style>
span { border-color: #D792D0; }
span { border-color: rgb(215,146,208); }
td.TdClassName
{
border-color: #D792D0;
}
.TagClassName
{
border-color: #D792D0;
}
</style>