Shades of Plum #D795DB
Tints of Plum #D795DB
RGB
CMYK
RGB Variations
Color information
#D795DB (or 0xD795DB) is known color: Plum. HEX triplet: D7, 95 and DB. RGB value is (215,149,219). Sum of RGB (Red+Green+Blue) = 215+149+219=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #D795DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795DB is #286A24. Grayscale: #B0B0B0. Windows color (decimal): -2648613 or 14390743. OLE color: 14390743.
HSL color Cylindrical-coordinate representation of color #D795DB: hue angle of 296.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D795DB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 149 | 219 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.14 |
| HSL | 296.57º | 0.49% | 0.72% | - |
| HSV(B) | 296.57º | 0.32% | 0.86% | - |
| XYZ | 51.56 | 41.06 | 72.23 | - |
| YUV | 176.71 | 151.87 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 149 | 219 | 0.02 | 0.32 | 0 | 0.14 | 296.57 | 0.49 | 0.72 |
| Hex | D7 | 95 | DB | 2 | 20 | 0 | E | 129 | 31 | 48 |
| Octal | 327 | 225 | 333 | 2 | 40 | 0 | 16 | 451 | 61 | 110 |
| Binary | 11010111 | 10010101 | 11011011 | 10 | 100000 | 0 | 1110 | 100101001 | 110001 | 1001000 |
Color Harmonies of #D795DB
Complementary color
Monochromatic Colors of #D795DB
Black with #D795DB
Text Example
Text Example
White with #D795DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D795DB; }
p { color: rgb(215,149,219); }
H1.HeaderClassName
{
color: #D795DB;
}
.AnyTagClassName
{
color: #D795DB;
}
</style>
background-color css
<style>
a { background-color: #D795DB; }
a { background-color: rgb(215,149,219); }
div.DivClassName
{
background-color: #D795DB;
}
.BgClassName
{
background-color: #D795DB;
}
</style>
border-color css
<style>
span { border-color: #D795DB; }
span { border-color: rgb(215,149,219); }
td.TdClassName
{
border-color: #D795DB;
}
.TagClassName
{
border-color: #D795DB;
}
</style>