Shades of Plum #D49FDC
Tints of Plum #D49FDC
RGB
CMYK
RGB Variations
Color information
#D49FDC (or 0xD49FDC) is known color: Plum. HEX triplet: D4, 9F and DC. RGB value is (212,159,220). Sum of RGB (Red+Green+Blue) = 212+159+220=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #D49FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FDC is #2B6023. Grayscale: #B5B5B5. Windows color (decimal): -2842660 or 14458836. OLE color: 14458836.
HSL color Cylindrical-coordinate representation of color #D49FDC: hue angle of 292.13º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D49FDC is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 159 | 220 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.14 |
| HSL | 292.13º | 0.47% | 0.74% | - |
| HSV(B) | 292.13º | 0.28% | 0.86% | - |
| XYZ | 52.47 | 43.96 | 73.43 | - |
| YUV | 181.8 | 149.56 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 220 | 0.04 | 0.28 | 0 | 0.14 | 292.13 | 0.47 | 0.74 |
| Hex | D4 | 9F | DC | 4 | 1C | 0 | E | 124 | 2F | 4A |
| Octal | 324 | 237 | 334 | 4 | 34 | 0 | 16 | 444 | 57 | 112 |
| Binary | 11010100 | 10011111 | 11011100 | 100 | 11100 | 0 | 1110 | 100100100 | 101111 | 1001010 |
Color Harmonies of #D49FDC
Complementary color
Monochromatic Colors of #D49FDC
Black with #D49FDC
Text Example
Text Example
White with #D49FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FDC; }
p { color: rgb(212,159,220); }
H1.HeaderClassName
{
color: #D49FDC;
}
.AnyTagClassName
{
color: #D49FDC;
}
</style>
background-color css
<style>
a { background-color: #D49FDC; }
a { background-color: rgb(212,159,220); }
div.DivClassName
{
background-color: #D49FDC;
}
.BgClassName
{
background-color: #D49FDC;
}
</style>
border-color css
<style>
span { border-color: #D49FDC; }
span { border-color: rgb(212,159,220); }
td.TdClassName
{
border-color: #D49FDC;
}
.TagClassName
{
border-color: #D49FDC;
}
</style>