Shades of Plum #DC9EDF
Tints of Plum #DC9EDF
RGB
CMYK
RGB Variations
Color information
#DC9EDF (or 0xDC9EDF) is known color: Plum. HEX triplet: DC, 9E and DF. RGB value is (220,158,223). Sum of RGB (Red+Green+Blue) = 220+158+223=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EDF is #236120. Grayscale: #B7B7B7. Windows color (decimal): -2318625 or 14655196. OLE color: 14655196.
HSL color Cylindrical-coordinate representation of color #DC9EDF: hue angle of 297.23º 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 #DC9EDF is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 158 | 223 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.13 |
| HSL | 297.23º | 0.5% | 0.75% | - |
| HSV(B) | 297.23º | 0.29% | 0.87% | - |
| XYZ | 55.06 | 45 | 75.6 | - |
| YUV | 183.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 223 | 0.01 | 0.29 | 0 | 0.13 | 297.23 | 0.5 | 0.75 |
| Hex | DC | 9E | DF | 1 | 1D | 0 | D | 129 | 32 | 4B |
| Octal | 334 | 236 | 337 | 1 | 35 | 0 | 15 | 451 | 62 | 113 |
| Binary | 11011100 | 10011110 | 11011111 | 1 | 11101 | 0 | 1101 | 100101001 | 110010 | 1001011 |
Color Harmonies of #DC9EDF
Complementary color
Monochromatic Colors of #DC9EDF
Black with #DC9EDF
Text Example
Text Example
White with #DC9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EDF; }
p { color: rgb(220,158,223); }
H1.HeaderClassName
{
color: #DC9EDF;
}
.AnyTagClassName
{
color: #DC9EDF;
}
</style>
background-color css
<style>
a { background-color: #DC9EDF; }
a { background-color: rgb(220,158,223); }
div.DivClassName
{
background-color: #DC9EDF;
}
.BgClassName
{
background-color: #DC9EDF;
}
</style>
border-color css
<style>
span { border-color: #DC9EDF; }
span { border-color: rgb(220,158,223); }
td.TdClassName
{
border-color: #DC9EDF;
}
.TagClassName
{
border-color: #DC9EDF;
}
</style>