Shades of Plum #D49FDD
Tints of Plum #D49FDD
RGB
CMYK
RGB Variations
Color information
#D49FDD (or 0xD49FDD) is known color: Plum. HEX triplet: D4, 9F and DD. RGB value is (212,159,221). Sum of RGB (Red+Green+Blue) = 212+159+221=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #D49FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FDD is #2B6022. Grayscale: #B5B5B5. Windows color (decimal): -2842659 or 14524372. OLE color: 14524372.
HSL color Cylindrical-coordinate representation of color #D49FDD: hue angle of 291.29º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D49FDD is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 159 | 221 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.13 |
| HSL | 291.29º | 0.48% | 0.75% | - |
| HSV(B) | 291.29º | 0.28% | 0.87% | - |
| XYZ | 52.6 | 44.01 | 74.13 | - |
| YUV | 181.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 221 | 0.04 | 0.28 | 0 | 0.13 | 291.29 | 0.48 | 0.75 |
| Hex | D4 | 9F | DD | 4 | 1C | 0 | D | 123 | 30 | 4B |
| Octal | 324 | 237 | 335 | 4 | 34 | 0 | 15 | 443 | 60 | 113 |
| Binary | 11010100 | 10011111 | 11011101 | 100 | 11100 | 0 | 1101 | 100100011 | 110000 | 1001011 |
Color Harmonies of #D49FDD
Complementary color
Monochromatic Colors of #D49FDD
Black with #D49FDD
Text Example
Text Example
White with #D49FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FDD; }
p { color: rgb(212,159,221); }
H1.HeaderClassName
{
color: #D49FDD;
}
.AnyTagClassName
{
color: #D49FDD;
}
</style>
background-color css
<style>
a { background-color: #D49FDD; }
a { background-color: rgb(212,159,221); }
div.DivClassName
{
background-color: #D49FDD;
}
.BgClassName
{
background-color: #D49FDD;
}
</style>
border-color css
<style>
span { border-color: #D49FDD; }
span { border-color: rgb(212,159,221); }
td.TdClassName
{
border-color: #D49FDD;
}
.TagClassName
{
border-color: #D49FDD;
}
</style>