Shades of Shocking #DC9DBC
Tints of Shocking #DC9DBC
RGB
CMYK
RGB Variations
Color information
#DC9DBC (or 0xDC9DBC) is known color: Shocking. HEX triplet: DC, 9D and BC. RGB value is (220,157,188). Sum of RGB (Red+Green+Blue) = 220+157+188=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DBC is #236243. Grayscale: #B3B3B3. Windows color (decimal): -2318916 or 12361180. OLE color: 12361180.
HSL color Cylindrical-coordinate representation of color #DC9DBC: hue angle of 330.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DBC is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 188 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.14 |
| HSL | 330.48º | 0.47% | 0.74% | - |
| HSV(B) | 330.48º | 0.29% | 0.86% | - |
| XYZ | 50.65 | 42.96 | 53.2 | - |
| YUV | 179.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 188 | 0 | 0.29 | 0.15 | 0.14 | 330.48 | 0.47 | 0.74 |
| Hex | DC | 9D | BC | 0 | 1D | F | E | 14A | 2F | 4A |
| Octal | 334 | 235 | 274 | 0 | 35 | 17 | 16 | 512 | 57 | 112 |
| Binary | 11011100 | 10011101 | 10111100 | 0 | 11101 | 1111 | 1110 | 101001010 | 101111 | 1001010 |
Color Harmonies of #DC9DBC
Complementary color
Monochromatic Colors of #DC9DBC
Black with #DC9DBC
Text Example
Text Example
White with #DC9DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DBC; }
p { color: rgb(220,157,188); }
H1.HeaderClassName
{
color: #DC9DBC;
}
.AnyTagClassName
{
color: #DC9DBC;
}
</style>
background-color css
<style>
a { background-color: #DC9DBC; }
a { background-color: rgb(220,157,188); }
div.DivClassName
{
background-color: #DC9DBC;
}
.BgClassName
{
background-color: #DC9DBC;
}
</style>
border-color css
<style>
span { border-color: #DC9DBC; }
span { border-color: rgb(220,157,188); }
td.TdClassName
{
border-color: #DC9DBC;
}
.TagClassName
{
border-color: #DC9DBC;
}
</style>