Shades of Plum #D798E2
Tints of Plum #D798E2
RGB
CMYK
RGB Variations
Color information
#D798E2 (or 0xD798E2) is known color: Plum. HEX triplet: D7, 98 and E2. RGB value is (215,152,226). Sum of RGB (Red+Green+Blue) = 215+152+226=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 226 - color contains mainly: blue. Hex color #D798E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798E2 is #28671D. Grayscale: #B3B3B3. Windows color (decimal): -2647838 or 14850263. OLE color: 14850263.
HSL color Cylindrical-coordinate representation of color #D798E2: hue angle of 291.08º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D798E2 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 152 | 226 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.11 |
| HSL | 291.08º | 0.56% | 0.74% | - |
| HSV(B) | 291.08º | 0.33% | 0.89% | - |
| XYZ | 52.98 | 42.39 | 77.34 | - |
| YUV | 179.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 226 | 0.05 | 0.33 | 0 | 0.11 | 291.08 | 0.56 | 0.74 |
| Hex | D7 | 98 | E2 | 5 | 21 | 0 | B | 123 | 38 | 4A |
| Octal | 327 | 230 | 342 | 5 | 41 | 0 | 13 | 443 | 70 | 112 |
| Binary | 11010111 | 10011000 | 11100010 | 101 | 100001 | 0 | 1011 | 100100011 | 111000 | 1001010 |
Color Harmonies of #D798E2
Complementary color
Monochromatic Colors of #D798E2
Black with #D798E2
Text Example
Text Example
White with #D798E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D798E2; }
p { color: rgb(215,152,226); }
H1.HeaderClassName
{
color: #D798E2;
}
.AnyTagClassName
{
color: #D798E2;
}
</style>
background-color css
<style>
a { background-color: #D798E2; }
a { background-color: rgb(215,152,226); }
div.DivClassName
{
background-color: #D798E2;
}
.BgClassName
{
background-color: #D798E2;
}
</style>
border-color css
<style>
span { border-color: #D798E2; }
span { border-color: rgb(215,152,226); }
td.TdClassName
{
border-color: #D798E2;
}
.TagClassName
{
border-color: #D798E2;
}
</style>