Shades of Plum #D898DA
Tints of Plum #D898DA
RGB
CMYK
RGB Variations
Color information
#D898DA (or 0xD898DA) is known color: Plum. HEX triplet: D8, 98 and DA. RGB value is (216,152,218). Sum of RGB (Red+Green+Blue) = 216+152+218=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #D898DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898DA is #276725. Grayscale: #B2B2B2. Windows color (decimal): -2582310 or 14325976. OLE color: 14325976.
HSL color Cylindrical-coordinate representation of color #D898DA: hue angle of 298.18º 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 #D898DA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 218 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.15 |
| HSL | 298.18º | 0.47% | 0.73% | - |
| HSV(B) | 298.18º | 0.3% | 0.85% | - |
| XYZ | 52.2 | 42.12 | 71.71 | - |
| YUV | 178.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 218 | 0.01 | 0.30 | 0 | 0.15 | 298.18 | 0.47 | 0.73 |
| Hex | D8 | 98 | DA | 1 | 1E | 0 | F | 12A | 2F | 49 |
| Octal | 330 | 230 | 332 | 1 | 36 | 0 | 17 | 452 | 57 | 111 |
| Binary | 11011000 | 10011000 | 11011010 | 1 | 11110 | 0 | 1111 | 100101010 | 101111 | 1001001 |
Color Harmonies of #D898DA
Complementary color
Monochromatic Colors of #D898DA
Black with #D898DA
Text Example
Text Example
White with #D898DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898DA; }
p { color: rgb(216,152,218); }
H1.HeaderClassName
{
color: #D898DA;
}
.AnyTagClassName
{
color: #D898DA;
}
</style>
background-color css
<style>
a { background-color: #D898DA; }
a { background-color: rgb(216,152,218); }
div.DivClassName
{
background-color: #D898DA;
}
.BgClassName
{
background-color: #D898DA;
}
</style>
border-color css
<style>
span { border-color: #D898DA; }
span { border-color: rgb(216,152,218); }
td.TdClassName
{
border-color: #D898DA;
}
.TagClassName
{
border-color: #D898DA;
}
</style>