Shades of Plum #DC93D3
Tints of Plum #DC93D3
RGB
CMYK
RGB Variations
Color information
#DC93D3 (or 0xDC93D3) is known color: Plum. HEX triplet: DC, 93 and D3. RGB value is (220,147,211). Sum of RGB (Red+Green+Blue) = 220+147+211=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93D3 is #236C2C. Grayscale: #AFAFAF. Windows color (decimal): -2321453 or 13865948. OLE color: 13865948.
HSL color Cylindrical-coordinate representation of color #DC93D3: hue angle of 307.4º 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 #DC93D3 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 211 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.14 |
| HSL | 307.4º | 0.51% | 0.72% | - |
| HSV(B) | 307.4º | 0.33% | 0.86% | - |
| XYZ | 51.71 | 40.79 | 66.78 | - |
| YUV | 176.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 211 | 0 | 0.33 | 0.04 | 0.14 | 307.4 | 0.51 | 0.72 |
| Hex | DC | 93 | D3 | 0 | 21 | 4 | E | 133 | 33 | 48 |
| Octal | 334 | 223 | 323 | 0 | 41 | 4 | 16 | 463 | 63 | 110 |
| Binary | 11011100 | 10010011 | 11010011 | 0 | 100001 | 100 | 1110 | 100110011 | 110011 | 1001000 |
Color Harmonies of #DC93D3
Complementary color
Monochromatic Colors of #DC93D3
Black with #DC93D3
Text Example
Text Example
White with #DC93D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93D3; }
p { color: rgb(220,147,211); }
H1.HeaderClassName
{
color: #DC93D3;
}
.AnyTagClassName
{
color: #DC93D3;
}
</style>
background-color css
<style>
a { background-color: #DC93D3; }
a { background-color: rgb(220,147,211); }
div.DivClassName
{
background-color: #DC93D3;
}
.BgClassName
{
background-color: #DC93D3;
}
</style>
border-color css
<style>
span { border-color: #DC93D3; }
span { border-color: rgb(220,147,211); }
td.TdClassName
{
border-color: #DC93D3;
}
.TagClassName
{
border-color: #DC93D3;
}
</style>