Shades of Plum #D898DF
Tints of Plum #D898DF
RGB
CMYK
RGB Variations
Color information
#D898DF (or 0xD898DF) is known color: Plum. HEX triplet: D8, 98 and DF. RGB value is (216,152,223). Sum of RGB (Red+Green+Blue) = 216+152+223=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #D898DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898DF is #276720. Grayscale: #B3B3B3. Windows color (decimal): -2582305 or 14653656. OLE color: 14653656.
HSL color Cylindrical-coordinate representation of color #D898DF: hue angle of 294.08º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D898DF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 152 | 223 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.13 |
| HSL | 294.08º | 0.53% | 0.74% | - |
| HSV(B) | 294.08º | 0.32% | 0.87% | - |
| XYZ | 52.87 | 42.38 | 75.21 | - |
| YUV | 179.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 223 | 0.03 | 0.32 | 0 | 0.13 | 294.08 | 0.53 | 0.74 |
| Hex | D8 | 98 | DF | 3 | 20 | 0 | D | 126 | 35 | 4A |
| Octal | 330 | 230 | 337 | 3 | 40 | 0 | 15 | 446 | 65 | 112 |
| Binary | 11011000 | 10011000 | 11011111 | 11 | 100000 | 0 | 1101 | 100100110 | 110101 | 1001010 |
Color Harmonies of #D898DF
Complementary color
Monochromatic Colors of #D898DF
Black with #D898DF
Text Example
Text Example
White with #D898DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898DF; }
p { color: rgb(216,152,223); }
H1.HeaderClassName
{
color: #D898DF;
}
.AnyTagClassName
{
color: #D898DF;
}
</style>
background-color css
<style>
a { background-color: #D898DF; }
a { background-color: rgb(216,152,223); }
div.DivClassName
{
background-color: #D898DF;
}
.BgClassName
{
background-color: #D898DF;
}
</style>
border-color css
<style>
span { border-color: #D898DF; }
span { border-color: rgb(216,152,223); }
td.TdClassName
{
border-color: #D898DF;
}
.TagClassName
{
border-color: #D898DF;
}
</style>