Shades of Plum #D998DA
Tints of Plum #D998DA
RGB
CMYK
RGB Variations
Color information
#D998DA (or 0xD998DA) is known color: Plum. HEX triplet: D9, 98 and DA. RGB value is (217,152,218). Sum of RGB (Red+Green+Blue) = 217+152+218=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D998DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998DA is #266725. Grayscale: #B2B2B2. Windows color (decimal): -2516774 or 14325977. OLE color: 14325977.
HSL color Cylindrical-coordinate representation of color #D998DA: hue angle of 299.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998DA is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 218 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.15 |
| HSL | 299.09º | 0.47% | 0.73% | - |
| HSV(B) | 299.09º | 0.3% | 0.85% | - |
| XYZ | 52.5 | 42.27 | 71.72 | - |
| YUV | 178.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 218 | 0.00 | 0.30 | 0 | 0.15 | 299.09 | 0.47 | 0.73 |
| Hex | D9 | 98 | DA | 0 | 1E | 0 | F | 12B | 2F | 49 |
| Octal | 331 | 230 | 332 | 0 | 36 | 0 | 17 | 453 | 57 | 111 |
| Binary | 11011001 | 10011000 | 11011010 | 0 | 11110 | 0 | 1111 | 100101011 | 101111 | 1001001 |
Color Harmonies of #D998DA
Complementary color
Monochromatic Colors of #D998DA
Black with #D998DA
Text Example
Text Example
White with #D998DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998DA; }
p { color: rgb(217,152,218); }
H1.HeaderClassName
{
color: #D998DA;
}
.AnyTagClassName
{
color: #D998DA;
}
</style>
background-color css
<style>
a { background-color: #D998DA; }
a { background-color: rgb(217,152,218); }
div.DivClassName
{
background-color: #D998DA;
}
.BgClassName
{
background-color: #D998DA;
}
</style>
border-color css
<style>
span { border-color: #D998DA; }
span { border-color: rgb(217,152,218); }
td.TdClassName
{
border-color: #D998DA;
}
.TagClassName
{
border-color: #D998DA;
}
</style>