Shades of Plum #DC93E8
Tints of Plum #DC93E8
RGB
CMYK
RGB Variations
Color information
#DC93E8 (or 0xDC93E8) is known color: Plum. HEX triplet: DC, 93 and E8. RGB value is (220,147,232). Sum of RGB (Red+Green+Blue) = 220+147+232=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC93E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93E8 is #236C17. Grayscale: #B2B2B2. Windows color (decimal): -2321432 or 15242204. OLE color: 15242204.
HSL color Cylindrical-coordinate representation of color #DC93E8: hue angle of 291.53º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC93E8 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 147 | 232 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.09 |
| HSL | 291.53º | 0.65% | 0.74% | - |
| HSV(B) | 291.53º | 0.37% | 0.91% | - |
| XYZ | 54.51 | 41.91 | 81.56 | - |
| YUV | 178.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 232 | 0.05 | 0.37 | 0 | 0.09 | 291.53 | 0.65 | 0.74 |
| Hex | DC | 93 | E8 | 5 | 25 | 0 | 9 | 124 | 41 | 4A |
| Octal | 334 | 223 | 350 | 5 | 45 | 0 | 11 | 444 | 101 | 112 |
| Binary | 11011100 | 10010011 | 11101000 | 101 | 100101 | 0 | 1001 | 100100100 | 1000001 | 1001010 |
Color Harmonies of #DC93E8
Complementary color
Monochromatic Colors of #DC93E8
Black with #DC93E8
Text Example
Text Example
White with #DC93E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93E8; }
p { color: rgb(220,147,232); }
H1.HeaderClassName
{
color: #DC93E8;
}
.AnyTagClassName
{
color: #DC93E8;
}
</style>
background-color css
<style>
a { background-color: #DC93E8; }
a { background-color: rgb(220,147,232); }
div.DivClassName
{
background-color: #DC93E8;
}
.BgClassName
{
background-color: #DC93E8;
}
</style>
border-color css
<style>
span { border-color: #DC93E8; }
span { border-color: rgb(220,147,232); }
td.TdClassName
{
border-color: #DC93E8;
}
.TagClassName
{
border-color: #DC93E8;
}
</style>