Shades of Plum #D998E2
Tints of Plum #D998E2
RGB
CMYK
RGB Variations
Color information
#D998E2 (or 0xD998E2) is known color: Plum. HEX triplet: D9, 98 and E2. RGB value is (217,152,226). Sum of RGB (Red+Green+Blue) = 217+152+226=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 226 - color contains mainly: blue. Hex color #D998E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998E2 is #26671D. Grayscale: #B3B3B3. Windows color (decimal): -2516766 or 14850265. OLE color: 14850265.
HSL color Cylindrical-coordinate representation of color #D998E2: hue angle of 292.7º 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 #D998E2 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 152 | 226 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.11 |
| HSL | 292.7º | 0.56% | 0.74% | - |
| HSV(B) | 292.7º | 0.33% | 0.89% | - |
| XYZ | 53.57 | 42.7 | 77.37 | - |
| YUV | 179.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 226 | 0.04 | 0.33 | 0 | 0.11 | 292.7 | 0.56 | 0.74 |
| Hex | D9 | 98 | E2 | 4 | 21 | 0 | B | 125 | 38 | 4A |
| Octal | 331 | 230 | 342 | 4 | 41 | 0 | 13 | 445 | 70 | 112 |
| Binary | 11011001 | 10011000 | 11100010 | 100 | 100001 | 0 | 1011 | 100100101 | 111000 | 1001010 |
Color Harmonies of #D998E2
Complementary color
Monochromatic Colors of #D998E2
Black with #D998E2
Text Example
Text Example
White with #D998E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998E2; }
p { color: rgb(217,152,226); }
H1.HeaderClassName
{
color: #D998E2;
}
.AnyTagClassName
{
color: #D998E2;
}
</style>
background-color css
<style>
a { background-color: #D998E2; }
a { background-color: rgb(217,152,226); }
div.DivClassName
{
background-color: #D998E2;
}
.BgClassName
{
background-color: #D998E2;
}
</style>
border-color css
<style>
span { border-color: #D998E2; }
span { border-color: rgb(217,152,226); }
td.TdClassName
{
border-color: #D998E2;
}
.TagClassName
{
border-color: #D998E2;
}
</style>