Shades of Plum #D792DB
Tints of Plum #D792DB
RGB
CMYK
RGB Variations
Color information
#D792DB (or 0xD792DB) is known color: Plum. HEX triplet: D7, 92 and DB. RGB value is (215,146,219). Sum of RGB (Red+Green+Blue) = 215+146+219=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #D792DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792DB is #286D24. Grayscale: #AEAEAE. Windows color (decimal): -2649381 or 14389975. OLE color: 14389975.
HSL color Cylindrical-coordinate representation of color #D792DB: hue angle of 296.71º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D792DB is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 146 | 219 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.14 |
| HSL | 296.71º | 0.5% | 0.72% | - |
| HSV(B) | 296.71º | 0.33% | 0.86% | - |
| XYZ | 51.09 | 40.12 | 72.07 | - |
| YUV | 174.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 219 | 0.02 | 0.33 | 0 | 0.14 | 296.71 | 0.5 | 0.72 |
| Hex | D7 | 92 | DB | 2 | 21 | 0 | E | 129 | 32 | 48 |
| Octal | 327 | 222 | 333 | 2 | 41 | 0 | 16 | 451 | 62 | 110 |
| Binary | 11010111 | 10010010 | 11011011 | 10 | 100001 | 0 | 1110 | 100101001 | 110010 | 1001000 |
Color Harmonies of #D792DB
Complementary color
Monochromatic Colors of #D792DB
Black with #D792DB
Text Example
Text Example
White with #D792DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792DB; }
p { color: rgb(215,146,219); }
H1.HeaderClassName
{
color: #D792DB;
}
.AnyTagClassName
{
color: #D792DB;
}
</style>
background-color css
<style>
a { background-color: #D792DB; }
a { background-color: rgb(215,146,219); }
div.DivClassName
{
background-color: #D792DB;
}
.BgClassName
{
background-color: #D792DB;
}
</style>
border-color css
<style>
span { border-color: #D792DB; }
span { border-color: rgb(215,146,219); }
td.TdClassName
{
border-color: #D792DB;
}
.TagClassName
{
border-color: #D792DB;
}
</style>