Shades of Plum #D799DC
Tints of Plum #D799DC
RGB
CMYK
RGB Variations
Color information
#D799DC (or 0xD799DC) is known color: Plum. HEX triplet: D7, 99 and DC. RGB value is (215,153,220). Sum of RGB (Red+Green+Blue) = 215+153+220=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #D799DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799DC is #286623. Grayscale: #B2B2B2. Windows color (decimal): -2647588 or 14457303. OLE color: 14457303.
HSL color Cylindrical-coordinate representation of color #D799DC: hue angle of 295.52º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D799DC is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 153 | 220 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.14 |
| HSL | 295.52º | 0.49% | 0.73% | - |
| HSV(B) | 295.52º | 0.3% | 0.86% | - |
| XYZ | 52.33 | 42.4 | 73.14 | - |
| YUV | 179.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 220 | 0.02 | 0.30 | 0 | 0.14 | 295.52 | 0.49 | 0.73 |
| Hex | D7 | 99 | DC | 2 | 1E | 0 | E | 128 | 31 | 49 |
| Octal | 327 | 231 | 334 | 2 | 36 | 0 | 16 | 450 | 61 | 111 |
| Binary | 11010111 | 10011001 | 11011100 | 10 | 11110 | 0 | 1110 | 100101000 | 110001 | 1001001 |
Color Harmonies of #D799DC
Complementary color
Monochromatic Colors of #D799DC
Black with #D799DC
Text Example
Text Example
White with #D799DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799DC; }
p { color: rgb(215,153,220); }
H1.HeaderClassName
{
color: #D799DC;
}
.AnyTagClassName
{
color: #D799DC;
}
</style>
background-color css
<style>
a { background-color: #D799DC; }
a { background-color: rgb(215,153,220); }
div.DivClassName
{
background-color: #D799DC;
}
.BgClassName
{
background-color: #D799DC;
}
</style>
border-color css
<style>
span { border-color: #D799DC; }
span { border-color: rgb(215,153,220); }
td.TdClassName
{
border-color: #D799DC;
}
.TagClassName
{
border-color: #D799DC;
}
</style>