Shades of Plum #DC93D8
Tints of Plum #DC93D8
RGB
CMYK
RGB Variations
Color information
#DC93D8 (or 0xDC93D8) is known color: Plum. HEX triplet: DC, 93 and D8. RGB value is (220,147,216). Sum of RGB (Red+Green+Blue) = 220+147+216=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93D8 is #236C27. Grayscale: #B0B0B0. Windows color (decimal): -2321448 or 14193628. OLE color: 14193628.
HSL color Cylindrical-coordinate representation of color #DC93D8: hue angle of 303.29º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC93D8 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 216 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.14 |
| HSL | 303.29º | 0.51% | 0.72% | - |
| HSV(B) | 303.29º | 0.33% | 0.86% | - |
| XYZ | 52.34 | 41.04 | 70.13 | - |
| YUV | 176.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 216 | 0 | 0.33 | 0.02 | 0.14 | 303.29 | 0.51 | 0.72 |
| Hex | DC | 93 | D8 | 0 | 21 | 2 | E | 12F | 33 | 48 |
| Octal | 334 | 223 | 330 | 0 | 41 | 2 | 16 | 457 | 63 | 110 |
| Binary | 11011100 | 10010011 | 11011000 | 0 | 100001 | 10 | 1110 | 100101111 | 110011 | 1001000 |
Color Harmonies of #DC93D8
Complementary color
Monochromatic Colors of #DC93D8
Black with #DC93D8
Text Example
Text Example
White with #DC93D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93D8; }
p { color: rgb(220,147,216); }
H1.HeaderClassName
{
color: #DC93D8;
}
.AnyTagClassName
{
color: #DC93D8;
}
</style>
background-color css
<style>
a { background-color: #DC93D8; }
a { background-color: rgb(220,147,216); }
div.DivClassName
{
background-color: #DC93D8;
}
.BgClassName
{
background-color: #DC93D8;
}
</style>
border-color css
<style>
span { border-color: #DC93D8; }
span { border-color: rgb(220,147,216); }
td.TdClassName
{
border-color: #DC93D8;
}
.TagClassName
{
border-color: #DC93D8;
}
</style>