Shades of Plum #D497D9
Tints of Plum #D497D9
RGB
CMYK
RGB Variations
Color information
#D497D9 (or 0xD497D9) is known color: Plum. HEX triplet: D4, 97 and D9. RGB value is (212,151,217). Sum of RGB (Red+Green+Blue) = 212+151+217=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #D497D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497D9 is #2B6826. Grayscale: #B0B0B0. Windows color (decimal): -2844711 or 14260180. OLE color: 14260180.
HSL color Cylindrical-coordinate representation of color #D497D9: hue angle of 295.45º 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 #D497D9 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 151 | 217 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.15 |
| HSL | 295.45º | 0.46% | 0.72% | - |
| HSV(B) | 295.45º | 0.3% | 0.85% | - |
| XYZ | 50.74 | 41.14 | 70.91 | - |
| YUV | 176.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 217 | 0.02 | 0.30 | 0 | 0.15 | 295.45 | 0.46 | 0.72 |
| Hex | D4 | 97 | D9 | 2 | 1E | 0 | F | 127 | 2E | 48 |
| Octal | 324 | 227 | 331 | 2 | 36 | 0 | 17 | 447 | 56 | 110 |
| Binary | 11010100 | 10010111 | 11011001 | 10 | 11110 | 0 | 1111 | 100100111 | 101110 | 1001000 |
Color Harmonies of #D497D9
Complementary color
Monochromatic Colors of #D497D9
Black with #D497D9
Text Example
Text Example
White with #D497D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D497D9; }
p { color: rgb(212,151,217); }
H1.HeaderClassName
{
color: #D497D9;
}
.AnyTagClassName
{
color: #D497D9;
}
</style>
background-color css
<style>
a { background-color: #D497D9; }
a { background-color: rgb(212,151,217); }
div.DivClassName
{
background-color: #D497D9;
}
.BgClassName
{
background-color: #D497D9;
}
</style>
border-color css
<style>
span { border-color: #D497D9; }
span { border-color: rgb(212,151,217); }
td.TdClassName
{
border-color: #D497D9;
}
.TagClassName
{
border-color: #D497D9;
}
</style>