Shades of Plum #D497D5
Tints of Plum #D497D5
RGB
CMYK
RGB Variations
Color information
#D497D5 (or 0xD497D5) is known color: Plum. HEX triplet: D4, 97 and D5. RGB value is (212,151,213). Sum of RGB (Red+Green+Blue) = 212+151+213=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #D497D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497D5 is #2B682A. Grayscale: #B0B0B0. Windows color (decimal): -2844715 or 13998036. OLE color: 13998036.
HSL color Cylindrical-coordinate representation of color #D497D5: hue angle of 299.03º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D497D5 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 151 | 213 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.16 |
| HSL | 299.03º | 0.42% | 0.71% | - |
| HSV(B) | 299.03º | 0.29% | 0.84% | - |
| XYZ | 50.23 | 40.93 | 68.2 | - |
| YUV | 176.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 213 | 0.00 | 0.29 | 0 | 0.16 | 299.03 | 0.42 | 0.71 |
| Hex | D4 | 97 | D5 | 0 | 1D | 0 | 10 | 12B | 2A | 47 |
| Octal | 324 | 227 | 325 | 0 | 35 | 0 | 20 | 453 | 52 | 107 |
| Binary | 11010100 | 10010111 | 11010101 | 0 | 11101 | 0 | 10000 | 100101011 | 101010 | 1000111 |
Color Harmonies of #D497D5
Complementary color
Monochromatic Colors of #D497D5
Black with #D497D5
Text Example
Text Example
White with #D497D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D497D5; }
p { color: rgb(212,151,213); }
H1.HeaderClassName
{
color: #D497D5;
}
.AnyTagClassName
{
color: #D497D5;
}
</style>
background-color css
<style>
a { background-color: #D497D5; }
a { background-color: rgb(212,151,213); }
div.DivClassName
{
background-color: #D497D5;
}
.BgClassName
{
background-color: #D497D5;
}
</style>
border-color css
<style>
span { border-color: #D497D5; }
span { border-color: rgb(212,151,213); }
td.TdClassName
{
border-color: #D497D5;
}
.TagClassName
{
border-color: #D497D5;
}
</style>