Shades of Plum #D799D8
Tints of Plum #D799D8
RGB
CMYK
RGB Variations
Color information
#D799D8 (or 0xD799D8) is known color: Plum. HEX triplet: D7, 99 and D8. RGB value is (215,153,216). Sum of RGB (Red+Green+Blue) = 215+153+216=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #D799D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799D8 is #286627. Grayscale: #B2B2B2. Windows color (decimal): -2647592 or 14195159. OLE color: 14195159.
HSL color Cylindrical-coordinate representation of color #D799D8: hue angle of 299.05º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D799D8 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 153 | 216 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.15 |
| HSL | 299.05º | 0.45% | 0.72% | - |
| HSV(B) | 299.05º | 0.29% | 0.85% | - |
| XYZ | 51.81 | 42.19 | 70.38 | - |
| YUV | 178.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 216 | 0.00 | 0.29 | 0 | 0.15 | 299.05 | 0.45 | 0.72 |
| Hex | D7 | 99 | D8 | 0 | 1D | 0 | F | 12B | 2D | 48 |
| Octal | 327 | 231 | 330 | 0 | 35 | 0 | 17 | 453 | 55 | 110 |
| Binary | 11010111 | 10011001 | 11011000 | 0 | 11101 | 0 | 1111 | 100101011 | 101101 | 1001000 |
Color Harmonies of #D799D8
Complementary color
Monochromatic Colors of #D799D8
Black with #D799D8
Text Example
Text Example
White with #D799D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799D8; }
p { color: rgb(215,153,216); }
H1.HeaderClassName
{
color: #D799D8;
}
.AnyTagClassName
{
color: #D799D8;
}
</style>
background-color css
<style>
a { background-color: #D799D8; }
a { background-color: rgb(215,153,216); }
div.DivClassName
{
background-color: #D799D8;
}
.BgClassName
{
background-color: #D799D8;
}
</style>
border-color css
<style>
span { border-color: #D799D8; }
span { border-color: rgb(215,153,216); }
td.TdClassName
{
border-color: #D799D8;
}
.TagClassName
{
border-color: #D799D8;
}
</style>