Shades of Plum #D297D6
Tints of Plum #D297D6
RGB
CMYK
RGB Variations
Color information
#D297D6 (or 0xD297D6) is known color: Plum. HEX triplet: D2, 97 and D6. RGB value is (210,151,214). Sum of RGB (Red+Green+Blue) = 210+151+214=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #D297D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297D6 is #2D6829. Grayscale: #AFAFAF. Windows color (decimal): -2975786 or 14063570. OLE color: 14063570.
HSL color Cylindrical-coordinate representation of color #D297D6: hue angle of 296.19º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D297D6 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 151 | 214 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.16 |
| HSL | 296.19º | 0.43% | 0.72% | - |
| HSV(B) | 296.19º | 0.29% | 0.84% | - |
| XYZ | 49.78 | 40.69 | 68.85 | - |
| YUV | 175.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 214 | 0.02 | 0.29 | 0 | 0.16 | 296.19 | 0.43 | 0.72 |
| Hex | D2 | 97 | D6 | 2 | 1D | 0 | 10 | 128 | 2B | 48 |
| Octal | 322 | 227 | 326 | 2 | 35 | 0 | 20 | 450 | 53 | 110 |
| Binary | 11010010 | 10010111 | 11010110 | 10 | 11101 | 0 | 10000 | 100101000 | 101011 | 1001000 |
Color Harmonies of #D297D6
Complementary color
Monochromatic Colors of #D297D6
Black with #D297D6
Text Example
Text Example
White with #D297D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297D6; }
p { color: rgb(210,151,214); }
H1.HeaderClassName
{
color: #D297D6;
}
.AnyTagClassName
{
color: #D297D6;
}
</style>
background-color css
<style>
a { background-color: #D297D6; }
a { background-color: rgb(210,151,214); }
div.DivClassName
{
background-color: #D297D6;
}
.BgClassName
{
background-color: #D297D6;
}
</style>
border-color css
<style>
span { border-color: #D297D6; }
span { border-color: rgb(210,151,214); }
td.TdClassName
{
border-color: #D297D6;
}
.TagClassName
{
border-color: #D297D6;
}
</style>