Shades of Plum #D898DE
Tints of Plum #D898DE
RGB
CMYK
RGB Variations
Color information
#D898DE (or 0xD898DE) is known color: Plum. HEX triplet: D8, 98 and DE. RGB value is (216,152,222). Sum of RGB (Red+Green+Blue) = 216+152+222=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #D898DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898DE is #276721. Grayscale: #B2B2B2. Windows color (decimal): -2582306 or 14588120. OLE color: 14588120.
HSL color Cylindrical-coordinate representation of color #D898DE: hue angle of 294.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D898DE is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 152 | 222 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.13 |
| HSL | 294.86º | 0.51% | 0.73% | - |
| HSV(B) | 294.86º | 0.32% | 0.87% | - |
| XYZ | 52.73 | 42.33 | 74.5 | - |
| YUV | 179.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 222 | 0.03 | 0.32 | 0 | 0.13 | 294.86 | 0.51 | 0.73 |
| Hex | D8 | 98 | DE | 3 | 20 | 0 | D | 127 | 33 | 49 |
| Octal | 330 | 230 | 336 | 3 | 40 | 0 | 15 | 447 | 63 | 111 |
| Binary | 11011000 | 10011000 | 11011110 | 11 | 100000 | 0 | 1101 | 100100111 | 110011 | 1001001 |
Color Harmonies of #D898DE
Complementary color
Monochromatic Colors of #D898DE
Black with #D898DE
Text Example
Text Example
White with #D898DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898DE; }
p { color: rgb(216,152,222); }
H1.HeaderClassName
{
color: #D898DE;
}
.AnyTagClassName
{
color: #D898DE;
}
</style>
background-color css
<style>
a { background-color: #D898DE; }
a { background-color: rgb(216,152,222); }
div.DivClassName
{
background-color: #D898DE;
}
.BgClassName
{
background-color: #D898DE;
}
</style>
border-color css
<style>
span { border-color: #D898DE; }
span { border-color: rgb(216,152,222); }
td.TdClassName
{
border-color: #D898DE;
}
.TagClassName
{
border-color: #D898DE;
}
</style>