Shades of Plum #D799E6
Tints of Plum #D799E6
RGB
CMYK
RGB Variations
Color information
#D799E6 (or 0xD799E6) is known color: Plum. HEX triplet: D7, 99 and E6. RGB value is (215,153,230). Sum of RGB (Red+Green+Blue) = 215+153+230=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #D799E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D799E6 is #286619. Grayscale: #B4B4B4. Windows color (decimal): -2647578 or 15112663. OLE color: 15112663.
HSL color Cylindrical-coordinate representation of color #D799E6: hue angle of 288.31º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D799E6 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 153 | 230 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.10 |
| HSL | 288.31º | 0.61% | 0.75% | - |
| HSV(B) | 288.31º | 0.33% | 0.9% | - |
| XYZ | 53.7 | 42.94 | 80.32 | - |
| YUV | 180.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 230 | 0.07 | 0.33 | 0 | 0.10 | 288.31 | 0.61 | 0.75 |
| Hex | D7 | 99 | E6 | 7 | 21 | 0 | A | 120 | 3D | 4B |
| Octal | 327 | 231 | 346 | 7 | 41 | 0 | 12 | 440 | 75 | 113 |
| Binary | 11010111 | 10011001 | 11100110 | 111 | 100001 | 0 | 1010 | 100100000 | 111101 | 1001011 |
Color Harmonies of #D799E6
Complementary color
Monochromatic Colors of #D799E6
Black with #D799E6
Text Example
Text Example
White with #D799E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799E6; }
p { color: rgb(215,153,230); }
H1.HeaderClassName
{
color: #D799E6;
}
.AnyTagClassName
{
color: #D799E6;
}
</style>
background-color css
<style>
a { background-color: #D799E6; }
a { background-color: rgb(215,153,230); }
div.DivClassName
{
background-color: #D799E6;
}
.BgClassName
{
background-color: #D799E6;
}
</style>
border-color css
<style>
span { border-color: #D799E6; }
span { border-color: rgb(215,153,230); }
td.TdClassName
{
border-color: #D799E6;
}
.TagClassName
{
border-color: #D799E6;
}
</style>