Shades of Shocking #DC93C1
Tints of Shocking #DC93C1
RGB
CMYK
RGB Variations
Color information
#DC93C1 (or 0xDC93C1) is known color: Shocking. HEX triplet: DC, 93 and C1. RGB value is (220,147,193). Sum of RGB (Red+Green+Blue) = 220+147+193=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93C1 is #236C3E. Grayscale: #ADADAD. Windows color (decimal): -2321471 or 12686300. OLE color: 12686300.
HSL color Cylindrical-coordinate representation of color #DC93C1: hue angle of 322.19º 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 #DC93C1 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 193 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.14 |
| HSL | 322.19º | 0.51% | 0.72% | - |
| HSV(B) | 322.19º | 0.33% | 0.86% | - |
| XYZ | 49.57 | 39.93 | 55.55 | - |
| YUV | 174.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 193 | 0 | 0.33 | 0.12 | 0.14 | 322.19 | 0.51 | 0.72 |
| Hex | DC | 93 | C1 | 0 | 21 | C | E | 142 | 33 | 48 |
| Octal | 334 | 223 | 301 | 0 | 41 | 14 | 16 | 502 | 63 | 110 |
| Binary | 11011100 | 10010011 | 11000001 | 0 | 100001 | 1100 | 1110 | 101000010 | 110011 | 1001000 |
Color Harmonies of #DC93C1
Complementary color
Monochromatic Colors of #DC93C1
Black with #DC93C1
Text Example
Text Example
White with #DC93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93C1; }
p { color: rgb(220,147,193); }
H1.HeaderClassName
{
color: #DC93C1;
}
.AnyTagClassName
{
color: #DC93C1;
}
</style>
background-color css
<style>
a { background-color: #DC93C1; }
a { background-color: rgb(220,147,193); }
div.DivClassName
{
background-color: #DC93C1;
}
.BgClassName
{
background-color: #DC93C1;
}
</style>
border-color css
<style>
span { border-color: #DC93C1; }
span { border-color: rgb(220,147,193); }
td.TdClassName
{
border-color: #DC93C1;
}
.TagClassName
{
border-color: #DC93C1;
}
</style>