Shades of Shocking #DC93BD
Tints of Shocking #DC93BD
RGB
CMYK
RGB Variations
Color information
#DC93BD (or 0xDC93BD) is known color: Shocking. HEX triplet: DC, 93 and BD. RGB value is (220,147,189). Sum of RGB (Red+Green+Blue) = 220+147+189=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93BD is #236C42. Grayscale: #ADADAD. Windows color (decimal): -2321475 or 12424156. OLE color: 12424156.
HSL color Cylindrical-coordinate representation of color #DC93BD: hue angle of 325.48º 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 #DC93BD is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 189 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.14 |
| HSL | 325.48º | 0.51% | 0.72% | - |
| HSV(B) | 325.48º | 0.33% | 0.86% | - |
| XYZ | 49.13 | 39.76 | 53.23 | - |
| YUV | 173.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 189 | 0 | 0.33 | 0.14 | 0.14 | 325.48 | 0.51 | 0.72 |
| Hex | DC | 93 | BD | 0 | 21 | E | E | 145 | 33 | 48 |
| Octal | 334 | 223 | 275 | 0 | 41 | 16 | 16 | 505 | 63 | 110 |
| Binary | 11011100 | 10010011 | 10111101 | 0 | 100001 | 1110 | 1110 | 101000101 | 110011 | 1001000 |
Color Harmonies of #DC93BD
Complementary color
Monochromatic Colors of #DC93BD
Black with #DC93BD
Text Example
Text Example
White with #DC93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93BD; }
p { color: rgb(220,147,189); }
H1.HeaderClassName
{
color: #DC93BD;
}
.AnyTagClassName
{
color: #DC93BD;
}
</style>
background-color css
<style>
a { background-color: #DC93BD; }
a { background-color: rgb(220,147,189); }
div.DivClassName
{
background-color: #DC93BD;
}
.BgClassName
{
background-color: #DC93BD;
}
</style>
border-color css
<style>
span { border-color: #DC93BD; }
span { border-color: rgb(220,147,189); }
td.TdClassName
{
border-color: #DC93BD;
}
.TagClassName
{
border-color: #DC93BD;
}
</style>