Shades of Plum #DC93E0
Tints of Plum #DC93E0
RGB
CMYK
RGB Variations
Color information
#DC93E0 (or 0xDC93E0) is known color: Plum. HEX triplet: DC, 93 and E0. RGB value is (220,147,224). Sum of RGB (Red+Green+Blue) = 220+147+224=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC93E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93E0 is #236C1F. Grayscale: #B1B1B1. Windows color (decimal): -2321440 or 14717916. OLE color: 14717916.
HSL color Cylindrical-coordinate representation of color #DC93E0: hue angle of 296.88º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC93E0 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 147 | 224 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.12 |
| HSL | 296.88º | 0.55% | 0.73% | - |
| HSV(B) | 296.88º | 0.34% | 0.88% | - |
| XYZ | 53.4 | 41.46 | 75.71 | - |
| YUV | 177.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 224 | 0.02 | 0.34 | 0 | 0.12 | 296.88 | 0.55 | 0.73 |
| Hex | DC | 93 | E0 | 2 | 22 | 0 | C | 129 | 37 | 49 |
| Octal | 334 | 223 | 340 | 2 | 42 | 0 | 14 | 451 | 67 | 111 |
| Binary | 11011100 | 10010011 | 11100000 | 10 | 100010 | 0 | 1100 | 100101001 | 110111 | 1001001 |
Color Harmonies of #DC93E0
Complementary color
Monochromatic Colors of #DC93E0
Black with #DC93E0
Text Example
Text Example
White with #DC93E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93E0; }
p { color: rgb(220,147,224); }
H1.HeaderClassName
{
color: #DC93E0;
}
.AnyTagClassName
{
color: #DC93E0;
}
</style>
background-color css
<style>
a { background-color: #DC93E0; }
a { background-color: rgb(220,147,224); }
div.DivClassName
{
background-color: #DC93E0;
}
.BgClassName
{
background-color: #DC93E0;
}
</style>
border-color css
<style>
span { border-color: #DC93E0; }
span { border-color: rgb(220,147,224); }
td.TdClassName
{
border-color: #DC93E0;
}
.TagClassName
{
border-color: #DC93E0;
}
</style>