Shades of Plum #DC9FDF
Tints of Plum #DC9FDF
RGB
CMYK
RGB Variations
Color information
#DC9FDF (or 0xDC9FDF) is known color: Plum. HEX triplet: DC, 9F and DF. RGB value is (220,159,223). Sum of RGB (Red+Green+Blue) = 220+159+223=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FDF is #236020. Grayscale: #B8B8B8. Windows color (decimal): -2318369 or 14655452. OLE color: 14655452.
HSL color Cylindrical-coordinate representation of color #DC9FDF: hue angle of 297.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9FDF is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 159 | 223 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.13 |
| HSL | 297.19º | 0.5% | 0.75% | - |
| HSV(B) | 297.19º | 0.29% | 0.87% | - |
| XYZ | 55.23 | 45.34 | 75.65 | - |
| YUV | 184.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 223 | 0.01 | 0.29 | 0 | 0.13 | 297.19 | 0.5 | 0.75 |
| Hex | DC | 9F | DF | 1 | 1D | 0 | D | 129 | 32 | 4B |
| Octal | 334 | 237 | 337 | 1 | 35 | 0 | 15 | 451 | 62 | 113 |
| Binary | 11011100 | 10011111 | 11011111 | 1 | 11101 | 0 | 1101 | 100101001 | 110010 | 1001011 |
Color Harmonies of #DC9FDF
Complementary color
Monochromatic Colors of #DC9FDF
Black with #DC9FDF
Text Example
Text Example
White with #DC9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FDF; }
p { color: rgb(220,159,223); }
H1.HeaderClassName
{
color: #DC9FDF;
}
.AnyTagClassName
{
color: #DC9FDF;
}
</style>
background-color css
<style>
a { background-color: #DC9FDF; }
a { background-color: rgb(220,159,223); }
div.DivClassName
{
background-color: #DC9FDF;
}
.BgClassName
{
background-color: #DC9FDF;
}
</style>
border-color css
<style>
span { border-color: #DC9FDF; }
span { border-color: rgb(220,159,223); }
td.TdClassName
{
border-color: #DC9FDF;
}
.TagClassName
{
border-color: #DC9FDF;
}
</style>