Shades of Plum #D998D2
Tints of Plum #D998D2
RGB
CMYK
RGB Variations
Color information
#D998D2 (or 0xD998D2) is known color: Plum. HEX triplet: D9, 98 and D2. RGB value is (217,152,210). Sum of RGB (Red+Green+Blue) = 217+152+210=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D998D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998D2 is #26672D. Grayscale: #B1B1B1. Windows color (decimal): -2516782 or 13801689. OLE color: 13801689.
HSL color Cylindrical-coordinate representation of color #D998D2: hue angle of 306.46º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998D2 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 210 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.15 |
| HSL | 306.46º | 0.46% | 0.72% | - |
| HSV(B) | 306.46º | 0.3% | 0.85% | - |
| XYZ | 51.48 | 41.86 | 66.34 | - |
| YUV | 178.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 210 | 0 | 0.30 | 0.03 | 0.15 | 306.46 | 0.46 | 0.72 |
| Hex | D9 | 98 | D2 | 0 | 1E | 3 | F | 132 | 2E | 48 |
| Octal | 331 | 230 | 322 | 0 | 36 | 3 | 17 | 462 | 56 | 110 |
| Binary | 11011001 | 10011000 | 11010010 | 0 | 11110 | 11 | 1111 | 100110010 | 101110 | 1001000 |
Color Harmonies of #D998D2
Complementary color
Monochromatic Colors of #D998D2
Black with #D998D2
Text Example
Text Example
White with #D998D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998D2; }
p { color: rgb(217,152,210); }
H1.HeaderClassName
{
color: #D998D2;
}
.AnyTagClassName
{
color: #D998D2;
}
</style>
background-color css
<style>
a { background-color: #D998D2; }
a { background-color: rgb(217,152,210); }
div.DivClassName
{
background-color: #D998D2;
}
.BgClassName
{
background-color: #D998D2;
}
</style>
border-color css
<style>
span { border-color: #D998D2; }
span { border-color: rgb(217,152,210); }
td.TdClassName
{
border-color: #D998D2;
}
.TagClassName
{
border-color: #D998D2;
}
</style>