Shades of Shocking #DC9BC6
Tints of Shocking #DC9BC6
RGB
CMYK
RGB Variations
Color information
#DC9BC6 (or 0xDC9BC6) is known color: Shocking. HEX triplet: DC, 9B and C6. RGB value is (220,155,198). Sum of RGB (Red+Green+Blue) = 220+155+198=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BC6 is #236439. Grayscale: #B3B3B3. Windows color (decimal): -2319418 or 13016028. OLE color: 13016028.
HSL color Cylindrical-coordinate representation of color #DC9BC6: hue angle of 320.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BC6 is Cyan = 0, Magento = 0.30, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 198 | - |
| CMYK | 0 | 0.30 | 0.1 | 0.14 |
| HSL | 320.31º | 0.48% | 0.74% | - |
| HSV(B) | 320.31º | 0.3% | 0.86% | - |
| XYZ | 51.43 | 42.74 | 58.96 | - |
| YUV | 179.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 198 | 0 | 0.30 | 0.1 | 0.14 | 320.31 | 0.48 | 0.74 |
| Hex | DC | 9B | C6 | 0 | 1E | A | E | 140 | 30 | 4A |
| Octal | 334 | 233 | 306 | 0 | 36 | 12 | 16 | 500 | 60 | 112 |
| Binary | 11011100 | 10011011 | 11000110 | 0 | 11110 | 1010 | 1110 | 101000000 | 110000 | 1001010 |
Color Harmonies of #DC9BC6
Complementary color
Monochromatic Colors of #DC9BC6
Black with #DC9BC6
Text Example
Text Example
White with #DC9BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BC6; }
p { color: rgb(220,155,198); }
H1.HeaderClassName
{
color: #DC9BC6;
}
.AnyTagClassName
{
color: #DC9BC6;
}
</style>
background-color css
<style>
a { background-color: #DC9BC6; }
a { background-color: rgb(220,155,198); }
div.DivClassName
{
background-color: #DC9BC6;
}
.BgClassName
{
background-color: #DC9BC6;
}
</style>
border-color css
<style>
span { border-color: #DC9BC6; }
span { border-color: rgb(220,155,198); }
td.TdClassName
{
border-color: #DC9BC6;
}
.TagClassName
{
border-color: #DC9BC6;
}
</style>