Shades of Plum #DC93DF
Tints of Plum #DC93DF
RGB
CMYK
RGB Variations
Color information
#DC93DF (or 0xDC93DF) is known color: Plum. HEX triplet: DC, 93 and DF. RGB value is (220,147,223). Sum of RGB (Red+Green+Blue) = 220+147+223=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93DF is #236C20. Grayscale: #B1B1B1. Windows color (decimal): -2321441 or 14652380. OLE color: 14652380.
HSL color Cylindrical-coordinate representation of color #DC93DF: hue angle of 297.63º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC93DF is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 147 | 223 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.13 |
| HSL | 297.63º | 0.54% | 0.73% | - |
| HSV(B) | 297.63º | 0.34% | 0.87% | - |
| XYZ | 53.27 | 41.41 | 75 | - |
| YUV | 177.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 223 | 0.01 | 0.34 | 0 | 0.13 | 297.63 | 0.54 | 0.73 |
| Hex | DC | 93 | DF | 1 | 22 | 0 | D | 12A | 36 | 49 |
| Octal | 334 | 223 | 337 | 1 | 42 | 0 | 15 | 452 | 66 | 111 |
| Binary | 11011100 | 10010011 | 11011111 | 1 | 100010 | 0 | 1101 | 100101010 | 110110 | 1001001 |
Color Harmonies of #DC93DF
Complementary color
Monochromatic Colors of #DC93DF
Black with #DC93DF
Text Example
Text Example
White with #DC93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93DF; }
p { color: rgb(220,147,223); }
H1.HeaderClassName
{
color: #DC93DF;
}
.AnyTagClassName
{
color: #DC93DF;
}
</style>
background-color css
<style>
a { background-color: #DC93DF; }
a { background-color: rgb(220,147,223); }
div.DivClassName
{
background-color: #DC93DF;
}
.BgClassName
{
background-color: #DC93DF;
}
</style>
border-color css
<style>
span { border-color: #DC93DF; }
span { border-color: rgb(220,147,223); }
td.TdClassName
{
border-color: #DC93DF;
}
.TagClassName
{
border-color: #DC93DF;
}
</style>