Shades of Plum #D898E6
Tints of Plum #D898E6
RGB
CMYK
RGB Variations
Color information
#D898E6 (or 0xD898E6) is known color: Plum. HEX triplet: D8, 98 and E6. RGB value is (216,152,230). Sum of RGB (Red+Green+Blue) = 216+152+230=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #D898E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D898E6 is #276719. Grayscale: #B3B3B3. Windows color (decimal): -2582298 or 15112408. OLE color: 15112408.
HSL color Cylindrical-coordinate representation of color #D898E6: hue angle of 289.23º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D898E6 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 152 | 230 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.10 |
| HSL | 289.23º | 0.61% | 0.75% | - |
| HSV(B) | 289.23º | 0.34% | 0.9% | - |
| XYZ | 53.83 | 42.77 | 80.28 | - |
| YUV | 180.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 230 | 0.06 | 0.34 | 0 | 0.10 | 289.23 | 0.61 | 0.75 |
| Hex | D8 | 98 | E6 | 6 | 22 | 0 | A | 121 | 3D | 4B |
| Octal | 330 | 230 | 346 | 6 | 42 | 0 | 12 | 441 | 75 | 113 |
| Binary | 11011000 | 10011000 | 11100110 | 110 | 100010 | 0 | 1010 | 100100001 | 111101 | 1001011 |
Color Harmonies of #D898E6
Complementary color
Monochromatic Colors of #D898E6
Black with #D898E6
Text Example
Text Example
White with #D898E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898E6; }
p { color: rgb(216,152,230); }
H1.HeaderClassName
{
color: #D898E6;
}
.AnyTagClassName
{
color: #D898E6;
}
</style>
background-color css
<style>
a { background-color: #D898E6; }
a { background-color: rgb(216,152,230); }
div.DivClassName
{
background-color: #D898E6;
}
.BgClassName
{
background-color: #D898E6;
}
</style>
border-color css
<style>
span { border-color: #D898E6; }
span { border-color: rgb(216,152,230); }
td.TdClassName
{
border-color: #D898E6;
}
.TagClassName
{
border-color: #D898E6;
}
</style>