Shades of Plum #DC93ED
Tints of Plum #DC93ED
RGB
CMYK
RGB Variations
Color information
#DC93ED (or 0xDC93ED) is known color: Plum. HEX triplet: DC, 93 and ED. RGB value is (220,147,237). Sum of RGB (Red+Green+Blue) = 220+147+237=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 147 (57.81% from 255 or 24.34% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC93ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93ED is #236C12. Grayscale: #B2B2B2. Windows color (decimal): -2321427 or 15569884. OLE color: 15569884.
HSL color Cylindrical-coordinate representation of color #DC93ED: hue angle of 288.67º degrees, saturation: 0.71, 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 #DC93ED is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 147 | 237 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.07 |
| HSL | 288.67º | 0.71% | 0.75% | - |
| HSV(B) | 288.67º | 0.38% | 0.93% | - |
| XYZ | 55.23 | 42.2 | 85.35 | - |
| YUV | 179.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 237 | 0.07 | 0.38 | 0 | 0.07 | 288.67 | 0.71 | 0.75 |
| Hex | DC | 93 | ED | 7 | 26 | 0 | 7 | 121 | 47 | 4B |
| Octal | 334 | 223 | 355 | 7 | 46 | 0 | 7 | 441 | 107 | 113 |
| Binary | 11011100 | 10010011 | 11101101 | 111 | 100110 | 0 | 111 | 100100001 | 1000111 | 1001011 |
Color Harmonies of #DC93ED
Complementary color
Monochromatic Colors of #DC93ED
Black with #DC93ED
Text Example
Text Example
White with #DC93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93ED; }
p { color: rgb(220,147,237); }
H1.HeaderClassName
{
color: #DC93ED;
}
.AnyTagClassName
{
color: #DC93ED;
}
</style>
background-color css
<style>
a { background-color: #DC93ED; }
a { background-color: rgb(220,147,237); }
div.DivClassName
{
background-color: #DC93ED;
}
.BgClassName
{
background-color: #DC93ED;
}
</style>
border-color css
<style>
span { border-color: #DC93ED; }
span { border-color: rgb(220,147,237); }
td.TdClassName
{
border-color: #DC93ED;
}
.TagClassName
{
border-color: #DC93ED;
}
</style>