Shades of Shocking #DC9AC6
Tints of Shocking #DC9AC6
RGB
CMYK
RGB Variations
Color information
#DC9AC6 (or 0xDC9AC6) is known color: Shocking. HEX triplet: DC, 9A and C6. RGB value is (220,154,198). Sum of RGB (Red+Green+Blue) = 220+154+198=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9AC6 is #236539. Grayscale: #B2B2B2. Windows color (decimal): -2319674 or 13015772. OLE color: 13015772.
HSL color Cylindrical-coordinate representation of color #DC9AC6: hue angle of 320º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9AC6 is Cyan = 0, Magento = 0.3, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 198 | - |
| CMYK | 0 | 0.3 | 0.1 | 0.14 |
| HSL | 320º | 0.49% | 0.73% | - |
| HSV(B) | 320º | 0.3% | 0.86% | - |
| XYZ | 51.26 | 42.4 | 58.91 | - |
| YUV | 178.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 198 | 0 | 0.3 | 0.1 | 0.14 | 320 | 0.49 | 0.73 |
| Hex | DC | 9A | C6 | 0 | 1E | A | E | 140 | 31 | 49 |
| Octal | 334 | 232 | 306 | 0 | 36 | 12 | 16 | 500 | 61 | 111 |
| Binary | 11011100 | 10011010 | 11000110 | 0 | 11110 | 1010 | 1110 | 101000000 | 110001 | 1001001 |
Color Harmonies of #DC9AC6
Complementary color
Monochromatic Colors of #DC9AC6
Black with #DC9AC6
Text Example
Text Example
White with #DC9AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AC6; }
p { color: rgb(220,154,198); }
H1.HeaderClassName
{
color: #DC9AC6;
}
.AnyTagClassName
{
color: #DC9AC6;
}
</style>
background-color css
<style>
a { background-color: #DC9AC6; }
a { background-color: rgb(220,154,198); }
div.DivClassName
{
background-color: #DC9AC6;
}
.BgClassName
{
background-color: #DC9AC6;
}
</style>
border-color css
<style>
span { border-color: #DC9AC6; }
span { border-color: rgb(220,154,198); }
td.TdClassName
{
border-color: #DC9AC6;
}
.TagClassName
{
border-color: #DC9AC6;
}
</style>