Shades of Plum #D798D0
Tints of Plum #D798D0
RGB
CMYK
RGB Variations
Color information
#D798D0 (or 0xD798D0) is known color: Plum. HEX triplet: D7, 98 and D0. RGB value is (215,152,208). Sum of RGB (Red+Green+Blue) = 215+152+208=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D798D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798D0 is #28672F. Grayscale: #B1B1B1. Windows color (decimal): -2647856 or 13670615. OLE color: 13670615.
HSL color Cylindrical-coordinate representation of color #D798D0: hue angle of 306.67º 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 #D798D0 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 152 | 208 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.16 |
| HSL | 306.67º | 0.44% | 0.72% | - |
| HSV(B) | 306.67º | 0.29% | 0.84% | - |
| XYZ | 50.64 | 41.46 | 65.01 | - |
| YUV | 177.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 208 | 0 | 0.29 | 0.03 | 0.16 | 306.67 | 0.44 | 0.72 |
| Hex | D7 | 98 | D0 | 0 | 1D | 3 | 10 | 133 | 2C | 48 |
| Octal | 327 | 230 | 320 | 0 | 35 | 3 | 20 | 463 | 54 | 110 |
| Binary | 11010111 | 10011000 | 11010000 | 0 | 11101 | 11 | 10000 | 100110011 | 101100 | 1001000 |
Color Harmonies of #D798D0
Complementary color
Monochromatic Colors of #D798D0
Black with #D798D0
Text Example
Text Example
White with #D798D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D798D0; }
p { color: rgb(215,152,208); }
H1.HeaderClassName
{
color: #D798D0;
}
.AnyTagClassName
{
color: #D798D0;
}
</style>
background-color css
<style>
a { background-color: #D798D0; }
a { background-color: rgb(215,152,208); }
div.DivClassName
{
background-color: #D798D0;
}
.BgClassName
{
background-color: #D798D0;
}
</style>
border-color css
<style>
span { border-color: #D798D0; }
span { border-color: rgb(215,152,208); }
td.TdClassName
{
border-color: #D798D0;
}
.TagClassName
{
border-color: #D798D0;
}
</style>