Shades of Shocking #DC93C6
Tints of Shocking #DC93C6
RGB
CMYK
RGB Variations
Color information
#DC93C6 (or 0xDC93C6) is known color: Shocking. HEX triplet: DC, 93 and C6. RGB value is (220,147,198). Sum of RGB (Red+Green+Blue) = 220+147+198=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93C6 is #236C39. Grayscale: #AEAEAE. Windows color (decimal): -2321466 or 13013980. OLE color: 13013980.
HSL color Cylindrical-coordinate representation of color #DC93C6: hue angle of 318.08º 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 #DC93C6 is Cyan = 0, Magento = 0.33, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 198 | - |
| CMYK | 0 | 0.33 | 0.1 | 0.14 |
| HSL | 318.08º | 0.51% | 0.72% | - |
| HSV(B) | 318.08º | 0.33% | 0.86% | - |
| XYZ | 50.14 | 40.16 | 58.54 | - |
| YUV | 174.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 198 | 0 | 0.33 | 0.1 | 0.14 | 318.08 | 0.51 | 0.72 |
| Hex | DC | 93 | C6 | 0 | 21 | A | E | 13E | 33 | 48 |
| Octal | 334 | 223 | 306 | 0 | 41 | 12 | 16 | 476 | 63 | 110 |
| Binary | 11011100 | 10010011 | 11000110 | 0 | 100001 | 1010 | 1110 | 100111110 | 110011 | 1001000 |
Color Harmonies of #DC93C6
Complementary color
Monochromatic Colors of #DC93C6
Black with #DC93C6
Text Example
Text Example
White with #DC93C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93C6; }
p { color: rgb(220,147,198); }
H1.HeaderClassName
{
color: #DC93C6;
}
.AnyTagClassName
{
color: #DC93C6;
}
</style>
background-color css
<style>
a { background-color: #DC93C6; }
a { background-color: rgb(220,147,198); }
div.DivClassName
{
background-color: #DC93C6;
}
.BgClassName
{
background-color: #DC93C6;
}
</style>
border-color css
<style>
span { border-color: #DC93C6; }
span { border-color: rgb(220,147,198); }
td.TdClassName
{
border-color: #DC93C6;
}
.TagClassName
{
border-color: #DC93C6;
}
</style>