Shades of Plum #D49DDF
Tints of Plum #D49DDF
RGB
CMYK
RGB Variations
Color information
#D49DDF (or 0xD49DDF) is known color: Plum. HEX triplet: D4, 9D and DF. RGB value is (212,157,223). Sum of RGB (Red+Green+Blue) = 212+157+223=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #D49DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DDF is #2B6220. Grayscale: #B4B4B4. Windows color (decimal): -2843169 or 14654932. OLE color: 14654932.
HSL color Cylindrical-coordinate representation of color #D49DDF: hue angle of 290º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49DDF is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 157 | 223 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.13 |
| HSL | 290º | 0.51% | 0.75% | - |
| HSV(B) | 290º | 0.3% | 0.87% | - |
| XYZ | 52.53 | 43.44 | 75.43 | - |
| YUV | 180.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 223 | 0.05 | 0.30 | 0 | 0.13 | 290 | 0.51 | 0.75 |
| Hex | D4 | 9D | DF | 5 | 1E | 0 | D | 122 | 33 | 4B |
| Octal | 324 | 235 | 337 | 5 | 36 | 0 | 15 | 442 | 63 | 113 |
| Binary | 11010100 | 10011101 | 11011111 | 101 | 11110 | 0 | 1101 | 100100010 | 110011 | 1001011 |
Color Harmonies of #D49DDF
Complementary color
Monochromatic Colors of #D49DDF
Black with #D49DDF
Text Example
Text Example
White with #D49DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49DDF; }
p { color: rgb(212,157,223); }
H1.HeaderClassName
{
color: #D49DDF;
}
.AnyTagClassName
{
color: #D49DDF;
}
</style>
background-color css
<style>
a { background-color: #D49DDF; }
a { background-color: rgb(212,157,223); }
div.DivClassName
{
background-color: #D49DDF;
}
.BgClassName
{
background-color: #D49DDF;
}
</style>
border-color css
<style>
span { border-color: #D49DDF; }
span { border-color: rgb(212,157,223); }
td.TdClassName
{
border-color: #D49DDF;
}
.TagClassName
{
border-color: #D49DDF;
}
</style>