Shades of Plum #D297D8
Tints of Plum #D297D8
RGB
CMYK
RGB Variations
Color information
#D297D8 (or 0xD297D8) is known color: Plum. HEX triplet: D2, 97 and D8. RGB value is (210,151,216). Sum of RGB (Red+Green+Blue) = 210+151+216=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #D297D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297D8 is #2D6827. Grayscale: #AFAFAF. Windows color (decimal): -2975784 or 14194642. OLE color: 14194642.
HSL color Cylindrical-coordinate representation of color #D297D8: hue angle of 294.46º 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 #D297D8 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 151 | 216 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.15 |
| HSL | 294.46º | 0.45% | 0.72% | - |
| HSV(B) | 294.46º | 0.3% | 0.85% | - |
| XYZ | 50.04 | 40.79 | 70.2 | - |
| YUV | 176.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 216 | 0.03 | 0.30 | 0 | 0.15 | 294.46 | 0.45 | 0.72 |
| Hex | D2 | 97 | D8 | 3 | 1E | 0 | F | 126 | 2D | 48 |
| Octal | 322 | 227 | 330 | 3 | 36 | 0 | 17 | 446 | 55 | 110 |
| Binary | 11010010 | 10010111 | 11011000 | 11 | 11110 | 0 | 1111 | 100100110 | 101101 | 1001000 |
Color Harmonies of #D297D8
Complementary color
Monochromatic Colors of #D297D8
Black with #D297D8
Text Example
Text Example
White with #D297D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297D8; }
p { color: rgb(210,151,216); }
H1.HeaderClassName
{
color: #D297D8;
}
.AnyTagClassName
{
color: #D297D8;
}
</style>
background-color css
<style>
a { background-color: #D297D8; }
a { background-color: rgb(210,151,216); }
div.DivClassName
{
background-color: #D297D8;
}
.BgClassName
{
background-color: #D297D8;
}
</style>
border-color css
<style>
span { border-color: #D297D8; }
span { border-color: rgb(210,151,216); }
td.TdClassName
{
border-color: #D297D8;
}
.TagClassName
{
border-color: #D297D8;
}
</style>