Shades of Plum #D298D9
Tints of Plum #D298D9
RGB
CMYK
RGB Variations
Color information
#D298D9 (or 0xD298D9) is known color: Plum. HEX triplet: D2, 98 and D9. RGB value is (210,152,217). Sum of RGB (Red+Green+Blue) = 210+152+217=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #D298D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298D9 is #2D6726. Grayscale: #B0B0B0. Windows color (decimal): -2975527 or 14260434. OLE color: 14260434.
HSL color Cylindrical-coordinate representation of color #D298D9: hue angle of 293.54º degrees, saturation: 0.46, 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 #D298D9 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 152 | 217 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.15 |
| HSL | 293.54º | 0.46% | 0.72% | - |
| HSV(B) | 293.54º | 0.3% | 0.85% | - |
| XYZ | 50.33 | 41.17 | 70.94 | - |
| YUV | 176.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 217 | 0.03 | 0.30 | 0 | 0.15 | 293.54 | 0.46 | 0.72 |
| Hex | D2 | 98 | D9 | 3 | 1E | 0 | F | 126 | 2E | 48 |
| Octal | 322 | 230 | 331 | 3 | 36 | 0 | 17 | 446 | 56 | 110 |
| Binary | 11010010 | 10011000 | 11011001 | 11 | 11110 | 0 | 1111 | 100100110 | 101110 | 1001000 |
Color Harmonies of #D298D9
Complementary color
Monochromatic Colors of #D298D9
Black with #D298D9
Text Example
Text Example
White with #D298D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298D9; }
p { color: rgb(210,152,217); }
H1.HeaderClassName
{
color: #D298D9;
}
.AnyTagClassName
{
color: #D298D9;
}
</style>
background-color css
<style>
a { background-color: #D298D9; }
a { background-color: rgb(210,152,217); }
div.DivClassName
{
background-color: #D298D9;
}
.BgClassName
{
background-color: #D298D9;
}
</style>
border-color css
<style>
span { border-color: #D298D9; }
span { border-color: rgb(210,152,217); }
td.TdClassName
{
border-color: #D298D9;
}
.TagClassName
{
border-color: #D298D9;
}
</style>