Shades of Plum #D798DE
Tints of Plum #D798DE
RGB
CMYK
RGB Variations
Color information
#D798DE (or 0xD798DE) is known color: Plum. HEX triplet: D7, 98 and DE. RGB value is (215,152,222). Sum of RGB (Red+Green+Blue) = 215+152+222=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #D798DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798DE is #286721. Grayscale: #B2B2B2. Windows color (decimal): -2647842 or 14588119. OLE color: 14588119.
HSL color Cylindrical-coordinate representation of color #D798DE: hue angle of 294º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D798DE is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 152 | 222 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.13 |
| HSL | 294º | 0.51% | 0.73% | - |
| HSV(B) | 294º | 0.32% | 0.87% | - |
| XYZ | 52.44 | 42.18 | 74.48 | - |
| YUV | 178.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 222 | 0.03 | 0.32 | 0 | 0.13 | 294 | 0.51 | 0.73 |
| Hex | D7 | 98 | DE | 3 | 20 | 0 | D | 126 | 33 | 49 |
| Octal | 327 | 230 | 336 | 3 | 40 | 0 | 15 | 446 | 63 | 111 |
| Binary | 11010111 | 10011000 | 11011110 | 11 | 100000 | 0 | 1101 | 100100110 | 110011 | 1001001 |
Color Harmonies of #D798DE
Complementary color
Monochromatic Colors of #D798DE
Black with #D798DE
Text Example
Text Example
White with #D798DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D798DE; }
p { color: rgb(215,152,222); }
H1.HeaderClassName
{
color: #D798DE;
}
.AnyTagClassName
{
color: #D798DE;
}
</style>
background-color css
<style>
a { background-color: #D798DE; }
a { background-color: rgb(215,152,222); }
div.DivClassName
{
background-color: #D798DE;
}
.BgClassName
{
background-color: #D798DE;
}
</style>
border-color css
<style>
span { border-color: #D798DE; }
span { border-color: rgb(215,152,222); }
td.TdClassName
{
border-color: #D798DE;
}
.TagClassName
{
border-color: #D798DE;
}
</style>