Shades of Plum #D298DA
Tints of Plum #D298DA
RGB
CMYK
RGB Variations
Color information
#D298DA (or 0xD298DA) is known color: Plum. HEX triplet: D2, 98 and DA. RGB value is (210,152,218). Sum of RGB (Red+Green+Blue) = 210+152+218=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #D298DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298DA is #2D6725. Grayscale: #B0B0B0. Windows color (decimal): -2975526 or 14325970. OLE color: 14325970.
HSL color Cylindrical-coordinate representation of color #D298DA: hue angle of 292.73º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D298DA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 152 | 218 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.15 |
| HSL | 292.73º | 0.47% | 0.73% | - |
| HSV(B) | 292.73º | 0.3% | 0.85% | - |
| XYZ | 50.46 | 41.22 | 71.63 | - |
| YUV | 176.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 218 | 0.04 | 0.30 | 0 | 0.15 | 292.73 | 0.47 | 0.73 |
| Hex | D2 | 98 | DA | 4 | 1E | 0 | F | 125 | 2F | 49 |
| Octal | 322 | 230 | 332 | 4 | 36 | 0 | 17 | 445 | 57 | 111 |
| Binary | 11010010 | 10011000 | 11011010 | 100 | 11110 | 0 | 1111 | 100100101 | 101111 | 1001001 |
Color Harmonies of #D298DA
Complementary color
Monochromatic Colors of #D298DA
Black with #D298DA
Text Example
Text Example
White with #D298DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298DA; }
p { color: rgb(210,152,218); }
H1.HeaderClassName
{
color: #D298DA;
}
.AnyTagClassName
{
color: #D298DA;
}
</style>
background-color css
<style>
a { background-color: #D298DA; }
a { background-color: rgb(210,152,218); }
div.DivClassName
{
background-color: #D298DA;
}
.BgClassName
{
background-color: #D298DA;
}
</style>
border-color css
<style>
span { border-color: #D298DA; }
span { border-color: rgb(210,152,218); }
td.TdClassName
{
border-color: #D298DA;
}
.TagClassName
{
border-color: #D298DA;
}
</style>