Shades of Plum #D898DD
Tints of Plum #D898DD
RGB
CMYK
RGB Variations
Color information
#D898DD (or 0xD898DD) is known color: Plum. HEX triplet: D8, 98 and DD. RGB value is (216,152,221). Sum of RGB (Red+Green+Blue) = 216+152+221=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #D898DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898DD is #276722. Grayscale: #B2B2B2. Windows color (decimal): -2582307 or 14522584. OLE color: 14522584.
HSL color Cylindrical-coordinate representation of color #D898DD: hue angle of 295.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D898DD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 152 | 221 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.13 |
| HSL | 295.65º | 0.5% | 0.73% | - |
| HSV(B) | 295.65º | 0.31% | 0.87% | - |
| XYZ | 52.6 | 42.28 | 73.79 | - |
| YUV | 179 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 221 | 0.02 | 0.31 | 0 | 0.13 | 295.65 | 0.5 | 0.73 |
| Hex | D8 | 98 | DD | 2 | 1F | 0 | D | 128 | 32 | 49 |
| Octal | 330 | 230 | 335 | 2 | 37 | 0 | 15 | 450 | 62 | 111 |
| Binary | 11011000 | 10011000 | 11011101 | 10 | 11111 | 0 | 1101 | 100101000 | 110010 | 1001001 |
Color Harmonies of #D898DD
Complementary color
Monochromatic Colors of #D898DD
Black with #D898DD
Text Example
Text Example
White with #D898DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898DD; }
p { color: rgb(216,152,221); }
H1.HeaderClassName
{
color: #D898DD;
}
.AnyTagClassName
{
color: #D898DD;
}
</style>
background-color css
<style>
a { background-color: #D898DD; }
a { background-color: rgb(216,152,221); }
div.DivClassName
{
background-color: #D898DD;
}
.BgClassName
{
background-color: #D898DD;
}
</style>
border-color css
<style>
span { border-color: #D898DD; }
span { border-color: rgb(216,152,221); }
td.TdClassName
{
border-color: #D898DD;
}
.TagClassName
{
border-color: #D898DD;
}
</style>