Shades of Plum #D998E6
Tints of Plum #D998E6
RGB
CMYK
RGB Variations
Color information
#D998E6 (or 0xD998E6) is known color: Plum. HEX triplet: D9, 98 and E6. RGB value is (217,152,230). Sum of RGB (Red+Green+Blue) = 217+152+230=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 230 - color contains mainly: blue. Hex color #D998E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D998E6 is #266719. Grayscale: #B4B4B4. Windows color (decimal): -2516762 or 15112409. OLE color: 15112409.
HSL color Cylindrical-coordinate representation of color #D998E6: hue angle of 290º 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 #D998E6 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 152 | 230 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.10 |
| HSL | 290º | 0.61% | 0.75% | - |
| HSV(B) | 290º | 0.34% | 0.9% | - |
| XYZ | 54.13 | 42.92 | 80.29 | - |
| YUV | 180.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 230 | 0.06 | 0.34 | 0 | 0.10 | 290 | 0.61 | 0.75 |
| Hex | D9 | 98 | E6 | 6 | 22 | 0 | A | 122 | 3D | 4B |
| Octal | 331 | 230 | 346 | 6 | 42 | 0 | 12 | 442 | 75 | 113 |
| Binary | 11011001 | 10011000 | 11100110 | 110 | 100010 | 0 | 1010 | 100100010 | 111101 | 1001011 |
Color Harmonies of #D998E6
Complementary color
Monochromatic Colors of #D998E6
Black with #D998E6
Text Example
Text Example
White with #D998E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998E6; }
p { color: rgb(217,152,230); }
H1.HeaderClassName
{
color: #D998E6;
}
.AnyTagClassName
{
color: #D998E6;
}
</style>
background-color css
<style>
a { background-color: #D998E6; }
a { background-color: rgb(217,152,230); }
div.DivClassName
{
background-color: #D998E6;
}
.BgClassName
{
background-color: #D998E6;
}
</style>
border-color css
<style>
span { border-color: #D998E6; }
span { border-color: rgb(217,152,230); }
td.TdClassName
{
border-color: #D998E6;
}
.TagClassName
{
border-color: #D998E6;
}
</style>