Shades of Plum #DC93E6
Tints of Plum #DC93E6
RGB
CMYK
RGB Variations
Color information
#DC93E6 (or 0xDC93E6) is known color: Plum. HEX triplet: DC, 93 and E6. RGB value is (220,147,230). Sum of RGB (Red+Green+Blue) = 220+147+230=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC93E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93E6 is #236C19. Grayscale: #B2B2B2. Windows color (decimal): -2321434 or 15111132. OLE color: 15111132.
HSL color Cylindrical-coordinate representation of color #DC93E6: hue angle of 292.77º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC93E6 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 147 | 230 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.10 |
| HSL | 292.77º | 0.62% | 0.74% | - |
| HSV(B) | 292.77º | 0.36% | 0.9% | - |
| XYZ | 54.23 | 41.8 | 80.07 | - |
| YUV | 178.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 230 | 0.04 | 0.36 | 0 | 0.10 | 292.77 | 0.62 | 0.74 |
| Hex | DC | 93 | E6 | 4 | 24 | 0 | A | 125 | 3E | 4A |
| Octal | 334 | 223 | 346 | 4 | 44 | 0 | 12 | 445 | 76 | 112 |
| Binary | 11011100 | 10010011 | 11100110 | 100 | 100100 | 0 | 1010 | 100100101 | 111110 | 1001010 |
Color Harmonies of #DC93E6
Complementary color
Monochromatic Colors of #DC93E6
Black with #DC93E6
Text Example
Text Example
White with #DC93E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93E6; }
p { color: rgb(220,147,230); }
H1.HeaderClassName
{
color: #DC93E6;
}
.AnyTagClassName
{
color: #DC93E6;
}
</style>
background-color css
<style>
a { background-color: #DC93E6; }
a { background-color: rgb(220,147,230); }
div.DivClassName
{
background-color: #DC93E6;
}
.BgClassName
{
background-color: #DC93E6;
}
</style>
border-color css
<style>
span { border-color: #DC93E6; }
span { border-color: rgb(220,147,230); }
td.TdClassName
{
border-color: #DC93E6;
}
.TagClassName
{
border-color: #DC93E6;
}
</style>