Shades of Shocking #DC93BB
Tints of Shocking #DC93BB
RGB
CMYK
RGB Variations
Color information
#DC93BB (or 0xDC93BB) is known color: Shocking. HEX triplet: DC, 93 and BB. RGB value is (220,147,187). Sum of RGB (Red+Green+Blue) = 220+147+187=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93BB is #236C44. Grayscale: #ADADAD. Windows color (decimal): -2321477 or 12293084. OLE color: 12293084.
HSL color Cylindrical-coordinate representation of color #DC93BB: hue angle of 327.12º 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 #DC93BB is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 187 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.14 |
| HSL | 327.12º | 0.51% | 0.72% | - |
| HSV(B) | 327.12º | 0.33% | 0.86% | - |
| XYZ | 48.92 | 39.67 | 52.09 | - |
| YUV | 173.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 187 | 0 | 0.33 | 0.15 | 0.14 | 327.12 | 0.51 | 0.72 |
| Hex | DC | 93 | BB | 0 | 21 | F | E | 147 | 33 | 48 |
| Octal | 334 | 223 | 273 | 0 | 41 | 17 | 16 | 507 | 63 | 110 |
| Binary | 11011100 | 10010011 | 10111011 | 0 | 100001 | 1111 | 1110 | 101000111 | 110011 | 1001000 |
Color Harmonies of #DC93BB
Complementary color
Monochromatic Colors of #DC93BB
Black with #DC93BB
Text Example
Text Example
White with #DC93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93BB; }
p { color: rgb(220,147,187); }
H1.HeaderClassName
{
color: #DC93BB;
}
.AnyTagClassName
{
color: #DC93BB;
}
</style>
background-color css
<style>
a { background-color: #DC93BB; }
a { background-color: rgb(220,147,187); }
div.DivClassName
{
background-color: #DC93BB;
}
.BgClassName
{
background-color: #DC93BB;
}
</style>
border-color css
<style>
span { border-color: #DC93BB; }
span { border-color: rgb(220,147,187); }
td.TdClassName
{
border-color: #DC93BB;
}
.TagClassName
{
border-color: #DC93BB;
}
</style>