Shades of Plum #DC9DDF
Tints of Plum #DC9DDF
RGB
CMYK
RGB Variations
Color information
#DC9DDF (or 0xDC9DDF) is known color: Plum. HEX triplet: DC, 9D and DF. RGB value is (220,157,223). Sum of RGB (Red+Green+Blue) = 220+157+223=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DDF is #236220. Grayscale: #B7B7B7. Windows color (decimal): -2318881 or 14654940. OLE color: 14654940.
HSL color Cylindrical-coordinate representation of color #DC9DDF: hue angle of 297.27º 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 #DC9DDF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 157 | 223 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.13 |
| HSL | 297.27º | 0.51% | 0.75% | - |
| HSV(B) | 297.27º | 0.3% | 0.87% | - |
| XYZ | 54.89 | 44.66 | 75.54 | - |
| YUV | 183.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 223 | 0.01 | 0.30 | 0 | 0.13 | 297.27 | 0.51 | 0.75 |
| Hex | DC | 9D | DF | 1 | 1E | 0 | D | 129 | 33 | 4B |
| Octal | 334 | 235 | 337 | 1 | 36 | 0 | 15 | 451 | 63 | 113 |
| Binary | 11011100 | 10011101 | 11011111 | 1 | 11110 | 0 | 1101 | 100101001 | 110011 | 1001011 |
Color Harmonies of #DC9DDF
Complementary color
Monochromatic Colors of #DC9DDF
Black with #DC9DDF
Text Example
Text Example
White with #DC9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DDF; }
p { color: rgb(220,157,223); }
H1.HeaderClassName
{
color: #DC9DDF;
}
.AnyTagClassName
{
color: #DC9DDF;
}
</style>
background-color css
<style>
a { background-color: #DC9DDF; }
a { background-color: rgb(220,157,223); }
div.DivClassName
{
background-color: #DC9DDF;
}
.BgClassName
{
background-color: #DC9DDF;
}
</style>
border-color css
<style>
span { border-color: #DC9DDF; }
span { border-color: rgb(220,157,223); }
td.TdClassName
{
border-color: #DC9DDF;
}
.TagClassName
{
border-color: #DC9DDF;
}
</style>