Shades of Plum #D792CE
Tints of Plum #D792CE
RGB
CMYK
RGB Variations
Color information
#D792CE (or 0xD792CE) is known color: Plum. HEX triplet: D7, 92 and CE. RGB value is (215,146,206). Sum of RGB (Red+Green+Blue) = 215+146+206=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D792CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792CE is #286D31. Grayscale: #ADADAD. Windows color (decimal): -2649394 or 13538007. OLE color: 13538007.
HSL color Cylindrical-coordinate representation of color #D792CE: hue angle of 307.83º 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 #D792CE is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 206 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.16 |
| HSL | 307.83º | 0.46% | 0.71% | - |
| HSV(B) | 307.83º | 0.32% | 0.84% | - |
| XYZ | 49.44 | 39.46 | 63.4 | - |
| YUV | 173.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 206 | 0 | 0.32 | 0.04 | 0.16 | 307.83 | 0.46 | 0.71 |
| Hex | D7 | 92 | CE | 0 | 20 | 4 | 10 | 134 | 2E | 47 |
| Octal | 327 | 222 | 316 | 0 | 40 | 4 | 20 | 464 | 56 | 107 |
| Binary | 11010111 | 10010010 | 11001110 | 0 | 100000 | 100 | 10000 | 100110100 | 101110 | 1000111 |
Color Harmonies of #D792CE
Complementary color
Monochromatic Colors of #D792CE
Black with #D792CE
Text Example
Text Example
White with #D792CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792CE; }
p { color: rgb(215,146,206); }
H1.HeaderClassName
{
color: #D792CE;
}
.AnyTagClassName
{
color: #D792CE;
}
</style>
background-color css
<style>
a { background-color: #D792CE; }
a { background-color: rgb(215,146,206); }
div.DivClassName
{
background-color: #D792CE;
}
.BgClassName
{
background-color: #D792CE;
}
</style>
border-color css
<style>
span { border-color: #D792CE; }
span { border-color: rgb(215,146,206); }
td.TdClassName
{
border-color: #D792CE;
}
.TagClassName
{
border-color: #D792CE;
}
</style>