Shades of Plum #D799D0
Tints of Plum #D799D0
RGB
CMYK
RGB Variations
Color information
#D799D0 (or 0xD799D0) is known color: Plum. HEX triplet: D7, 99 and D0. RGB value is (215,153,208). Sum of RGB (Red+Green+Blue) = 215+153+208=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D799D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799D0 is #28662F. Grayscale: #B1B1B1. Windows color (decimal): -2647600 or 13670871. OLE color: 13670871.
HSL color Cylindrical-coordinate representation of color #D799D0: hue angle of 306.77º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D799D0 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 208 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.16 |
| HSL | 306.77º | 0.44% | 0.72% | - |
| HSV(B) | 306.77º | 0.29% | 0.84% | - |
| XYZ | 50.8 | 41.78 | 65.06 | - |
| YUV | 177.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 208 | 0 | 0.29 | 0.03 | 0.16 | 306.77 | 0.44 | 0.72 |
| Hex | D7 | 99 | D0 | 0 | 1D | 3 | 10 | 133 | 2C | 48 |
| Octal | 327 | 231 | 320 | 0 | 35 | 3 | 20 | 463 | 54 | 110 |
| Binary | 11010111 | 10011001 | 11010000 | 0 | 11101 | 11 | 10000 | 100110011 | 101100 | 1001000 |
Color Harmonies of #D799D0
Complementary color
Monochromatic Colors of #D799D0
Black with #D799D0
Text Example
Text Example
White with #D799D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799D0; }
p { color: rgb(215,153,208); }
H1.HeaderClassName
{
color: #D799D0;
}
.AnyTagClassName
{
color: #D799D0;
}
</style>
background-color css
<style>
a { background-color: #D799D0; }
a { background-color: rgb(215,153,208); }
div.DivClassName
{
background-color: #D799D0;
}
.BgClassName
{
background-color: #D799D0;
}
</style>
border-color css
<style>
span { border-color: #D799D0; }
span { border-color: rgb(215,153,208); }
td.TdClassName
{
border-color: #D799D0;
}
.TagClassName
{
border-color: #D799D0;
}
</style>