Shades of Plum #DC93CC
Tints of Plum #DC93CC
RGB
CMYK
RGB Variations
Color information
#DC93CC (or 0xDC93CC) is known color: Plum. HEX triplet: DC, 93 and CC. RGB value is (220,147,204). Sum of RGB (Red+Green+Blue) = 220+147+204=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93CC is #236C33. Grayscale: #AFAFAF. Windows color (decimal): -2321460 or 13407196. OLE color: 13407196.
HSL color Cylindrical-coordinate representation of color #DC93CC: hue angle of 313.15º 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 #DC93CC is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 204 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.14 |
| HSL | 313.15º | 0.51% | 0.72% | - |
| HSV(B) | 313.15º | 0.33% | 0.86% | - |
| XYZ | 50.85 | 40.44 | 62.25 | - |
| YUV | 175.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 204 | 0 | 0.33 | 0.07 | 0.14 | 313.15 | 0.51 | 0.72 |
| Hex | DC | 93 | CC | 0 | 21 | 7 | E | 139 | 33 | 48 |
| Octal | 334 | 223 | 314 | 0 | 41 | 7 | 16 | 471 | 63 | 110 |
| Binary | 11011100 | 10010011 | 11001100 | 0 | 100001 | 111 | 1110 | 100111001 | 110011 | 1001000 |
Color Harmonies of #DC93CC
Complementary color
Monochromatic Colors of #DC93CC
Black with #DC93CC
Text Example
Text Example
White with #DC93CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93CC; }
p { color: rgb(220,147,204); }
H1.HeaderClassName
{
color: #DC93CC;
}
.AnyTagClassName
{
color: #DC93CC;
}
</style>
background-color css
<style>
a { background-color: #DC93CC; }
a { background-color: rgb(220,147,204); }
div.DivClassName
{
background-color: #DC93CC;
}
.BgClassName
{
background-color: #DC93CC;
}
</style>
border-color css
<style>
span { border-color: #DC93CC; }
span { border-color: rgb(220,147,204); }
td.TdClassName
{
border-color: #DC93CC;
}
.TagClassName
{
border-color: #DC93CC;
}
</style>