Shades of Plum #DC93D6
Tints of Plum #DC93D6
RGB
CMYK
RGB Variations
Color information
#DC93D6 (or 0xDC93D6) is known color: Plum. HEX triplet: DC, 93 and D6. RGB value is (220,147,214). Sum of RGB (Red+Green+Blue) = 220+147+214=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93D6 is #236C29. Grayscale: #B0B0B0. Windows color (decimal): -2321450 or 14062556. OLE color: 14062556.
HSL color Cylindrical-coordinate representation of color #DC93D6: hue angle of 304.93º 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 #DC93D6 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 214 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.14 |
| HSL | 304.93º | 0.51% | 0.72% | - |
| HSV(B) | 304.93º | 0.33% | 0.86% | - |
| XYZ | 52.09 | 40.94 | 68.77 | - |
| YUV | 176.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 214 | 0 | 0.33 | 0.03 | 0.14 | 304.93 | 0.51 | 0.72 |
| Hex | DC | 93 | D6 | 0 | 21 | 3 | E | 131 | 33 | 48 |
| Octal | 334 | 223 | 326 | 0 | 41 | 3 | 16 | 461 | 63 | 110 |
| Binary | 11011100 | 10010011 | 11010110 | 0 | 100001 | 11 | 1110 | 100110001 | 110011 | 1001000 |
Color Harmonies of #DC93D6
Complementary color
Monochromatic Colors of #DC93D6
Black with #DC93D6
Text Example
Text Example
White with #DC93D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93D6; }
p { color: rgb(220,147,214); }
H1.HeaderClassName
{
color: #DC93D6;
}
.AnyTagClassName
{
color: #DC93D6;
}
</style>
background-color css
<style>
a { background-color: #DC93D6; }
a { background-color: rgb(220,147,214); }
div.DivClassName
{
background-color: #DC93D6;
}
.BgClassName
{
background-color: #DC93D6;
}
</style>
border-color css
<style>
span { border-color: #DC93D6; }
span { border-color: rgb(220,147,214); }
td.TdClassName
{
border-color: #DC93D6;
}
.TagClassName
{
border-color: #DC93D6;
}
</style>