Shades of Plum #D497DC
Tints of Plum #D497DC
RGB
CMYK
RGB Variations
Color information
#D497DC (or 0xD497DC) is known color: Plum. HEX triplet: D4, 97 and DC. RGB value is (212,151,220). Sum of RGB (Red+Green+Blue) = 212+151+220=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #D497DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497DC is #2B6823. Grayscale: #B0B0B0. Windows color (decimal): -2844708 or 14456788. OLE color: 14456788.
HSL color Cylindrical-coordinate representation of color #D497DC: hue angle of 293.04º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D497DC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 151 | 220 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.14 |
| HSL | 293.04º | 0.5% | 0.73% | - |
| HSV(B) | 293.04º | 0.31% | 0.86% | - |
| XYZ | 51.14 | 41.3 | 72.99 | - |
| YUV | 177.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 220 | 0.04 | 0.31 | 0 | 0.14 | 293.04 | 0.5 | 0.73 |
| Hex | D4 | 97 | DC | 4 | 1F | 0 | E | 125 | 32 | 49 |
| Octal | 324 | 227 | 334 | 4 | 37 | 0 | 16 | 445 | 62 | 111 |
| Binary | 11010100 | 10010111 | 11011100 | 100 | 11111 | 0 | 1110 | 100100101 | 110010 | 1001001 |
Color Harmonies of #D497DC
Complementary color
Monochromatic Colors of #D497DC
Black with #D497DC
Text Example
Text Example
White with #D497DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D497DC; }
p { color: rgb(212,151,220); }
H1.HeaderClassName
{
color: #D497DC;
}
.AnyTagClassName
{
color: #D497DC;
}
</style>
background-color css
<style>
a { background-color: #D497DC; }
a { background-color: rgb(212,151,220); }
div.DivClassName
{
background-color: #D497DC;
}
.BgClassName
{
background-color: #D497DC;
}
</style>
border-color css
<style>
span { border-color: #D497DC; }
span { border-color: rgb(212,151,220); }
td.TdClassName
{
border-color: #D497DC;
}
.TagClassName
{
border-color: #D497DC;
}
</style>