Shades of Plum #D998CD
Tints of Plum #D998CD
RGB
CMYK
RGB Variations
Color information
#D998CD (or 0xD998CD) is known color: Plum. HEX triplet: D9, 98 and CD. RGB value is (217,152,205). Sum of RGB (Red+Green+Blue) = 217+152+205=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D998CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998CD is #266732. Grayscale: #B1B1B1. Windows color (decimal): -2516787 or 13474009. OLE color: 13474009.
HSL color Cylindrical-coordinate representation of color #D998CD: hue angle of 311.08º 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 #D998CD is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 205 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.15 |
| HSL | 311.08º | 0.46% | 0.72% | - |
| HSV(B) | 311.08º | 0.3% | 0.85% | - |
| XYZ | 50.86 | 41.62 | 63.11 | - |
| YUV | 177.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 205 | 0 | 0.30 | 0.06 | 0.15 | 311.08 | 0.46 | 0.72 |
| Hex | D9 | 98 | CD | 0 | 1E | 6 | F | 137 | 2E | 48 |
| Octal | 331 | 230 | 315 | 0 | 36 | 6 | 17 | 467 | 56 | 110 |
| Binary | 11011001 | 10011000 | 11001101 | 0 | 11110 | 110 | 1111 | 100110111 | 101110 | 1001000 |
Color Harmonies of #D998CD
Complementary color
Monochromatic Colors of #D998CD
Black with #D998CD
Text Example
Text Example
White with #D998CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998CD; }
p { color: rgb(217,152,205); }
H1.HeaderClassName
{
color: #D998CD;
}
.AnyTagClassName
{
color: #D998CD;
}
</style>
background-color css
<style>
a { background-color: #D998CD; }
a { background-color: rgb(217,152,205); }
div.DivClassName
{
background-color: #D998CD;
}
.BgClassName
{
background-color: #D998CD;
}
</style>
border-color css
<style>
span { border-color: #D998CD; }
span { border-color: rgb(217,152,205); }
td.TdClassName
{
border-color: #D998CD;
}
.TagClassName
{
border-color: #D998CD;
}
</style>