Shades of Plum #D795DC
Tints of Plum #D795DC
RGB
CMYK
RGB Variations
Color information
#D795DC (or 0xD795DC) is known color: Plum. HEX triplet: D7, 95 and DC. RGB value is (215,149,220). Sum of RGB (Red+Green+Blue) = 215+149+220=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #D795DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795DC is #286A23. Grayscale: #B0B0B0. Windows color (decimal): -2648612 or 14456279. OLE color: 14456279.
HSL color Cylindrical-coordinate representation of color #D795DC: hue angle of 295.77º degrees, saturation: 0.5, 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 #D795DC is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 149 | 220 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.14 |
| HSL | 295.77º | 0.5% | 0.72% | - |
| HSV(B) | 295.77º | 0.32% | 0.86% | - |
| XYZ | 51.69 | 41.11 | 72.92 | - |
| YUV | 176.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 149 | 220 | 0.02 | 0.32 | 0 | 0.14 | 295.77 | 0.5 | 0.72 |
| Hex | D7 | 95 | DC | 2 | 20 | 0 | E | 128 | 32 | 48 |
| Octal | 327 | 225 | 334 | 2 | 40 | 0 | 16 | 450 | 62 | 110 |
| Binary | 11010111 | 10010101 | 11011100 | 10 | 100000 | 0 | 1110 | 100101000 | 110010 | 1001000 |
Color Harmonies of #D795DC
Complementary color
Monochromatic Colors of #D795DC
Black with #D795DC
Text Example
Text Example
White with #D795DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D795DC; }
p { color: rgb(215,149,220); }
H1.HeaderClassName
{
color: #D795DC;
}
.AnyTagClassName
{
color: #D795DC;
}
</style>
background-color css
<style>
a { background-color: #D795DC; }
a { background-color: rgb(215,149,220); }
div.DivClassName
{
background-color: #D795DC;
}
.BgClassName
{
background-color: #D795DC;
}
</style>
border-color css
<style>
span { border-color: #D795DC; }
span { border-color: rgb(215,149,220); }
td.TdClassName
{
border-color: #D795DC;
}
.TagClassName
{
border-color: #D795DC;
}
</style>