Shades of Plum #D798E6
Tints of Plum #D798E6
RGB
CMYK
RGB Variations
Color information
#D798E6 (or 0xD798E6) is known color: Plum. HEX triplet: D7, 98 and E6. RGB value is (215,152,230). Sum of RGB (Red+Green+Blue) = 215+152+230=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #D798E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D798E6 is #286719. Grayscale: #B3B3B3. Windows color (decimal): -2647834 or 15112407. OLE color: 15112407.
HSL color Cylindrical-coordinate representation of color #D798E6: hue angle of 288.46º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D798E6 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 152 | 230 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.10 |
| HSL | 288.46º | 0.61% | 0.75% | - |
| HSV(B) | 288.46º | 0.34% | 0.9% | - |
| XYZ | 53.54 | 42.62 | 80.27 | - |
| YUV | 179.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 230 | 0.07 | 0.34 | 0 | 0.10 | 288.46 | 0.61 | 0.75 |
| Hex | D7 | 98 | E6 | 7 | 22 | 0 | A | 120 | 3D | 4B |
| Octal | 327 | 230 | 346 | 7 | 42 | 0 | 12 | 440 | 75 | 113 |
| Binary | 11010111 | 10011000 | 11100110 | 111 | 100010 | 0 | 1010 | 100100000 | 111101 | 1001011 |
Color Harmonies of #D798E6
Complementary color
Monochromatic Colors of #D798E6
Black with #D798E6
Text Example
Text Example
White with #D798E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D798E6; }
p { color: rgb(215,152,230); }
H1.HeaderClassName
{
color: #D798E6;
}
.AnyTagClassName
{
color: #D798E6;
}
</style>
background-color css
<style>
a { background-color: #D798E6; }
a { background-color: rgb(215,152,230); }
div.DivClassName
{
background-color: #D798E6;
}
.BgClassName
{
background-color: #D798E6;
}
</style>
border-color css
<style>
span { border-color: #D798E6; }
span { border-color: rgb(215,152,230); }
td.TdClassName
{
border-color: #D798E6;
}
.TagClassName
{
border-color: #D798E6;
}
</style>