Shades of Plum #D799DF
Tints of Plum #D799DF
RGB
CMYK
RGB Variations
Color information
#D799DF (or 0xD799DF) is known color: Plum. HEX triplet: D7, 99 and DF. RGB value is (215,153,223). Sum of RGB (Red+Green+Blue) = 215+153+223=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #D799DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799DF is #286620. Grayscale: #B3B3B3. Windows color (decimal): -2647585 or 14653911. OLE color: 14653911.
HSL color Cylindrical-coordinate representation of color #D799DF: hue angle of 293.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D799DF is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 153 | 223 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.13 |
| HSL | 293.14º | 0.52% | 0.74% | - |
| HSV(B) | 293.14º | 0.31% | 0.87% | - |
| XYZ | 52.73 | 42.56 | 75.25 | - |
| YUV | 179.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 223 | 0.04 | 0.31 | 0 | 0.13 | 293.14 | 0.52 | 0.74 |
| Hex | D7 | 99 | DF | 4 | 1F | 0 | D | 125 | 34 | 4A |
| Octal | 327 | 231 | 337 | 4 | 37 | 0 | 15 | 445 | 64 | 112 |
| Binary | 11010111 | 10011001 | 11011111 | 100 | 11111 | 0 | 1101 | 100100101 | 110100 | 1001010 |
Color Harmonies of #D799DF
Complementary color
Monochromatic Colors of #D799DF
Black with #D799DF
Text Example
Text Example
White with #D799DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799DF; }
p { color: rgb(215,153,223); }
H1.HeaderClassName
{
color: #D799DF;
}
.AnyTagClassName
{
color: #D799DF;
}
</style>
background-color css
<style>
a { background-color: #D799DF; }
a { background-color: rgb(215,153,223); }
div.DivClassName
{
background-color: #D799DF;
}
.BgClassName
{
background-color: #D799DF;
}
</style>
border-color css
<style>
span { border-color: #D799DF; }
span { border-color: rgb(215,153,223); }
td.TdClassName
{
border-color: #D799DF;
}
.TagClassName
{
border-color: #D799DF;
}
</style>