Shades of Plum #D497DF
Tints of Plum #D497DF
RGB
CMYK
RGB Variations
Color information
#D497DF (or 0xD497DF) is known color: Plum. HEX triplet: D4, 97 and DF. RGB value is (212,151,223). Sum of RGB (Red+Green+Blue) = 212+151+223=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #D497DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497DF is #2B6820. Grayscale: #B1B1B1. Windows color (decimal): -2844705 or 14653396. OLE color: 14653396.
HSL color Cylindrical-coordinate representation of color #D497DF: hue angle of 290.83º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D497DF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 151 | 223 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.13 |
| HSL | 290.83º | 0.53% | 0.73% | - |
| HSV(B) | 290.83º | 0.32% | 0.87% | - |
| XYZ | 51.54 | 41.46 | 75.1 | - |
| YUV | 177.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 223 | 0.05 | 0.32 | 0 | 0.13 | 290.83 | 0.53 | 0.73 |
| Hex | D4 | 97 | DF | 5 | 20 | 0 | D | 123 | 35 | 49 |
| Octal | 324 | 227 | 337 | 5 | 40 | 0 | 15 | 443 | 65 | 111 |
| Binary | 11010100 | 10010111 | 11011111 | 101 | 100000 | 0 | 1101 | 100100011 | 110101 | 1001001 |
Color Harmonies of #D497DF
Complementary color
Monochromatic Colors of #D497DF
Black with #D497DF
Text Example
Text Example
White with #D497DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D497DF; }
p { color: rgb(212,151,223); }
H1.HeaderClassName
{
color: #D497DF;
}
.AnyTagClassName
{
color: #D497DF;
}
</style>
background-color css
<style>
a { background-color: #D497DF; }
a { background-color: rgb(212,151,223); }
div.DivClassName
{
background-color: #D497DF;
}
.BgClassName
{
background-color: #D497DF;
}
</style>
border-color css
<style>
span { border-color: #D497DF; }
span { border-color: rgb(212,151,223); }
td.TdClassName
{
border-color: #D497DF;
}
.TagClassName
{
border-color: #D497DF;
}
</style>