Shades of Plum #D798CE
Tints of Plum #D798CE
RGB
CMYK
RGB Variations
Color information
#D798CE (or 0xD798CE) is known color: Plum. HEX triplet: D7, 98 and CE. RGB value is (215,152,206). Sum of RGB (Red+Green+Blue) = 215+152+206=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D798CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798CE is #286731. Grayscale: #B0B0B0. Windows color (decimal): -2647858 or 13539543. OLE color: 13539543.
HSL color Cylindrical-coordinate representation of color #D798CE: hue angle of 308.57º 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 #D798CE is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 152 | 206 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.16 |
| HSL | 308.57º | 0.44% | 0.72% | - |
| HSV(B) | 308.57º | 0.29% | 0.84% | - |
| XYZ | 50.39 | 41.36 | 63.72 | - |
| YUV | 176.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 206 | 0 | 0.29 | 0.04 | 0.16 | 308.57 | 0.44 | 0.72 |
| Hex | D7 | 98 | CE | 0 | 1D | 4 | 10 | 135 | 2C | 48 |
| Octal | 327 | 230 | 316 | 0 | 35 | 4 | 20 | 465 | 54 | 110 |
| Binary | 11010111 | 10011000 | 11001110 | 0 | 11101 | 100 | 10000 | 100110101 | 101100 | 1001000 |
Color Harmonies of #D798CE
Complementary color
Monochromatic Colors of #D798CE
Black with #D798CE
Text Example
Text Example
White with #D798CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D798CE; }
p { color: rgb(215,152,206); }
H1.HeaderClassName
{
color: #D798CE;
}
.AnyTagClassName
{
color: #D798CE;
}
</style>
background-color css
<style>
a { background-color: #D798CE; }
a { background-color: rgb(215,152,206); }
div.DivClassName
{
background-color: #D798CE;
}
.BgClassName
{
background-color: #D798CE;
}
</style>
border-color css
<style>
span { border-color: #D798CE; }
span { border-color: rgb(215,152,206); }
td.TdClassName
{
border-color: #D798CE;
}
.TagClassName
{
border-color: #D798CE;
}
</style>