Shades of Plum #DC9FED
Tints of Plum #DC9FED
RGB
CMYK
RGB Variations
Color information
#DC9FED (or 0xDC9FED) is known color: Plum. HEX triplet: DC, 9F and ED. RGB value is (220,159,237). Sum of RGB (Red+Green+Blue) = 220+159+237=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FED is #236012. Grayscale: #B9B9B9. Windows color (decimal): -2318355 or 15572956. OLE color: 15572956.
HSL color Cylindrical-coordinate representation of color #DC9FED: hue angle of 286.92º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9FED is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 159 | 237 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.07 |
| HSL | 286.92º | 0.68% | 0.78% | - |
| HSV(B) | 286.92º | 0.33% | 0.93% | - |
| XYZ | 57.2 | 46.13 | 86.01 | - |
| YUV | 186.13 | 156.71 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 237 | 0.07 | 0.33 | 0 | 0.07 | 286.92 | 0.68 | 0.78 |
| Hex | DC | 9F | ED | 7 | 21 | 0 | 7 | 11F | 44 | 4E |
| Octal | 334 | 237 | 355 | 7 | 41 | 0 | 7 | 437 | 104 | 116 |
| Binary | 11011100 | 10011111 | 11101101 | 111 | 100001 | 0 | 111 | 100011111 | 1000100 | 1001110 |
Color Harmonies of #DC9FED
Complementary color
Monochromatic Colors of #DC9FED
Black with #DC9FED
Text Example
Text Example
White with #DC9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FED; }
p { color: rgb(220,159,237); }
H1.HeaderClassName
{
color: #DC9FED;
}
.AnyTagClassName
{
color: #DC9FED;
}
</style>
background-color css
<style>
a { background-color: #DC9FED; }
a { background-color: rgb(220,159,237); }
div.DivClassName
{
background-color: #DC9FED;
}
.BgClassName
{
background-color: #DC9FED;
}
</style>
border-color css
<style>
span { border-color: #DC9FED; }
span { border-color: rgb(220,159,237); }
td.TdClassName
{
border-color: #DC9FED;
}
.TagClassName
{
border-color: #DC9FED;
}
</style>