Shades of Shocking #DC9CB9
Tints of Shocking #DC9CB9
RGB
CMYK
RGB Variations
Color information
#DC9CB9 (or 0xDC9CB9) is known color: Shocking. HEX triplet: DC, 9C and B9. RGB value is (220,156,185). Sum of RGB (Red+Green+Blue) = 220+156+185=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CB9 is #236346. Grayscale: #B2B2B2. Windows color (decimal): -2319175 or 12164316. OLE color: 12164316.
HSL color Cylindrical-coordinate representation of color #DC9CB9: hue angle of 332.81º degrees, saturation: 0.48, 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 #DC9CB9 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 185 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.14 |
| HSL | 332.81º | 0.48% | 0.74% | - |
| HSV(B) | 332.81º | 0.29% | 0.86% | - |
| XYZ | 50.16 | 42.5 | 51.46 | - |
| YUV | 178.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 185 | 0 | 0.29 | 0.16 | 0.14 | 332.81 | 0.48 | 0.74 |
| Hex | DC | 9C | B9 | 0 | 1D | 10 | E | 14D | 30 | 4A |
| Octal | 334 | 234 | 271 | 0 | 35 | 20 | 16 | 515 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10111001 | 0 | 11101 | 10000 | 1110 | 101001101 | 110000 | 1001010 |
Color Harmonies of #DC9CB9
Complementary color
Monochromatic Colors of #DC9CB9
Black with #DC9CB9
Text Example
Text Example
White with #DC9CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CB9; }
p { color: rgb(220,156,185); }
H1.HeaderClassName
{
color: #DC9CB9;
}
.AnyTagClassName
{
color: #DC9CB9;
}
</style>
background-color css
<style>
a { background-color: #DC9CB9; }
a { background-color: rgb(220,156,185); }
div.DivClassName
{
background-color: #DC9CB9;
}
.BgClassName
{
background-color: #DC9CB9;
}
</style>
border-color css
<style>
span { border-color: #DC9CB9; }
span { border-color: rgb(220,156,185); }
td.TdClassName
{
border-color: #DC9CB9;
}
.TagClassName
{
border-color: #DC9CB9;
}
</style>