Shades of Shocking #DC93C8
Tints of Shocking #DC93C8
RGB
CMYK
RGB Variations
Color information
#DC93C8 (or 0xDC93C8) is known color: Shocking. HEX triplet: DC, 93 and C8. RGB value is (220,147,200). Sum of RGB (Red+Green+Blue) = 220+147+200=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93C8 is #236C37. Grayscale: #AEAEAE. Windows color (decimal): -2321464 or 13145052. OLE color: 13145052.
HSL color Cylindrical-coordinate representation of color #DC93C8: hue angle of 316.44º 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 #DC93C8 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 200 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.14 |
| HSL | 316.44º | 0.51% | 0.72% | - |
| HSV(B) | 316.44º | 0.33% | 0.86% | - |
| XYZ | 50.37 | 40.25 | 59.76 | - |
| YUV | 174.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 200 | 0 | 0.33 | 0.09 | 0.14 | 316.44 | 0.51 | 0.72 |
| Hex | DC | 93 | C8 | 0 | 21 | 9 | E | 13C | 33 | 48 |
| Octal | 334 | 223 | 310 | 0 | 41 | 11 | 16 | 474 | 63 | 110 |
| Binary | 11011100 | 10010011 | 11001000 | 0 | 100001 | 1001 | 1110 | 100111100 | 110011 | 1001000 |
Color Harmonies of #DC93C8
Complementary color
Monochromatic Colors of #DC93C8
Black with #DC93C8
Text Example
Text Example
White with #DC93C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93C8; }
p { color: rgb(220,147,200); }
H1.HeaderClassName
{
color: #DC93C8;
}
.AnyTagClassName
{
color: #DC93C8;
}
</style>
background-color css
<style>
a { background-color: #DC93C8; }
a { background-color: rgb(220,147,200); }
div.DivClassName
{
background-color: #DC93C8;
}
.BgClassName
{
background-color: #DC93C8;
}
</style>
border-color css
<style>
span { border-color: #DC93C8; }
span { border-color: rgb(220,147,200); }
td.TdClassName
{
border-color: #DC93C8;
}
.TagClassName
{
border-color: #DC93C8;
}
</style>