Shades of Plum #DC93DD
Tints of Plum #DC93DD
RGB
CMYK
RGB Variations
Color information
#DC93DD (or 0xDC93DD) is known color: Plum. HEX triplet: DC, 93 and DD. RGB value is (220,147,221). Sum of RGB (Red+Green+Blue) = 220+147+221=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93DD is #236C22. Grayscale: #B1B1B1. Windows color (decimal): -2321443 or 14521308. OLE color: 14521308.
HSL color Cylindrical-coordinate representation of color #DC93DD: hue angle of 299.19º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC93DD is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 147 | 221 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.13 |
| HSL | 299.19º | 0.52% | 0.72% | - |
| HSV(B) | 299.19º | 0.33% | 0.87% | - |
| XYZ | 53 | 41.3 | 73.59 | - |
| YUV | 177.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 221 | 0.00 | 0.33 | 0 | 0.13 | 299.19 | 0.52 | 0.72 |
| Hex | DC | 93 | DD | 0 | 21 | 0 | D | 12B | 34 | 48 |
| Octal | 334 | 223 | 335 | 0 | 41 | 0 | 15 | 453 | 64 | 110 |
| Binary | 11011100 | 10010011 | 11011101 | 0 | 100001 | 0 | 1101 | 100101011 | 110100 | 1001000 |
Color Harmonies of #DC93DD
Complementary color
Monochromatic Colors of #DC93DD
Black with #DC93DD
Text Example
Text Example
White with #DC93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93DD; }
p { color: rgb(220,147,221); }
H1.HeaderClassName
{
color: #DC93DD;
}
.AnyTagClassName
{
color: #DC93DD;
}
</style>
background-color css
<style>
a { background-color: #DC93DD; }
a { background-color: rgb(220,147,221); }
div.DivClassName
{
background-color: #DC93DD;
}
.BgClassName
{
background-color: #DC93DD;
}
</style>
border-color css
<style>
span { border-color: #DC93DD; }
span { border-color: rgb(220,147,221); }
td.TdClassName
{
border-color: #DC93DD;
}
.TagClassName
{
border-color: #DC93DD;
}
</style>