Shades of Plum #DC93EC
Tints of Plum #DC93EC
RGB
CMYK
RGB Variations
Color information
#DC93EC (or 0xDC93EC) is known color: Plum. HEX triplet: DC, 93 and EC. RGB value is (220,147,236). Sum of RGB (Red+Green+Blue) = 220+147+236=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93EC is #236C13. Grayscale: #B2B2B2. Windows color (decimal): -2321428 or 15504348. OLE color: 15504348.
HSL color Cylindrical-coordinate representation of color #DC93EC: hue angle of 289.21º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC93EC is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 147 | 236 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.07 |
| HSL | 289.21º | 0.7% | 0.75% | - |
| HSV(B) | 289.21º | 0.38% | 0.93% | - |
| XYZ | 55.09 | 42.14 | 84.59 | - |
| YUV | 178.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 236 | 0.07 | 0.38 | 0 | 0.07 | 289.21 | 0.7 | 0.75 |
| Hex | DC | 93 | EC | 7 | 26 | 0 | 7 | 121 | 46 | 4B |
| Octal | 334 | 223 | 354 | 7 | 46 | 0 | 7 | 441 | 106 | 113 |
| Binary | 11011100 | 10010011 | 11101100 | 111 | 100110 | 0 | 111 | 100100001 | 1000110 | 1001011 |
Color Harmonies of #DC93EC
Complementary color
Monochromatic Colors of #DC93EC
Black with #DC93EC
Text Example
Text Example
White with #DC93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93EC; }
p { color: rgb(220,147,236); }
H1.HeaderClassName
{
color: #DC93EC;
}
.AnyTagClassName
{
color: #DC93EC;
}
</style>
background-color css
<style>
a { background-color: #DC93EC; }
a { background-color: rgb(220,147,236); }
div.DivClassName
{
background-color: #DC93EC;
}
.BgClassName
{
background-color: #DC93EC;
}
</style>
border-color css
<style>
span { border-color: #DC93EC; }
span { border-color: rgb(220,147,236); }
td.TdClassName
{
border-color: #DC93EC;
}
.TagClassName
{
border-color: #DC93EC;
}
</style>