Shades of Plum #D898D4
Tints of Plum #D898D4
RGB
CMYK
RGB Variations
Color information
#D898D4 (or 0xD898D4) is known color: Plum. HEX triplet: D8, 98 and D4. RGB value is (216,152,212). Sum of RGB (Red+Green+Blue) = 216+152+212=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D898D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898D4 is #27672B. Grayscale: #B1B1B1. Windows color (decimal): -2582316 or 13932760. OLE color: 13932760.
HSL color Cylindrical-coordinate representation of color #D898D4: hue angle of 303.75º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D898D4 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 212 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.15 |
| HSL | 303.75º | 0.45% | 0.72% | - |
| HSV(B) | 303.75º | 0.3% | 0.85% | - |
| XYZ | 51.43 | 41.81 | 67.65 | - |
| YUV | 177.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 212 | 0 | 0.30 | 0.02 | 0.15 | 303.75 | 0.45 | 0.72 |
| Hex | D8 | 98 | D4 | 0 | 1E | 2 | F | 130 | 2D | 48 |
| Octal | 330 | 230 | 324 | 0 | 36 | 2 | 17 | 460 | 55 | 110 |
| Binary | 11011000 | 10011000 | 11010100 | 0 | 11110 | 10 | 1111 | 100110000 | 101101 | 1001000 |
Color Harmonies of #D898D4
Complementary color
Monochromatic Colors of #D898D4
Black with #D898D4
Text Example
Text Example
White with #D898D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898D4; }
p { color: rgb(216,152,212); }
H1.HeaderClassName
{
color: #D898D4;
}
.AnyTagClassName
{
color: #D898D4;
}
</style>
background-color css
<style>
a { background-color: #D898D4; }
a { background-color: rgb(216,152,212); }
div.DivClassName
{
background-color: #D898D4;
}
.BgClassName
{
background-color: #D898D4;
}
</style>
border-color css
<style>
span { border-color: #D898D4; }
span { border-color: rgb(216,152,212); }
td.TdClassName
{
border-color: #D898D4;
}
.TagClassName
{
border-color: #D898D4;
}
</style>