Shades of Shocking #DC9ABA
Tints of Shocking #DC9ABA
RGB
CMYK
RGB Variations
Color information
#DC9ABA (or 0xDC9ABA) is known color: Shocking. HEX triplet: DC, 9A and BA. RGB value is (220,154,186). Sum of RGB (Red+Green+Blue) = 220+154+186=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ABA is #236545. Grayscale: #B1B1B1. Windows color (decimal): -2319686 or 12229340. OLE color: 12229340.
HSL color Cylindrical-coordinate representation of color #DC9ABA: hue angle of 330.91º 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 #DC9ABA is Cyan = 0, Magento = 0.3, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 186 | - |
| CMYK | 0 | 0.3 | 0.15 | 0.14 |
| HSL | 330.91º | 0.49% | 0.73% | - |
| HSV(B) | 330.91º | 0.3% | 0.86% | - |
| XYZ | 49.93 | 41.87 | 51.9 | - |
| YUV | 177.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 186 | 0 | 0.3 | 0.15 | 0.14 | 330.91 | 0.49 | 0.73 |
| Hex | DC | 9A | BA | 0 | 1E | F | E | 14B | 31 | 49 |
| Octal | 334 | 232 | 272 | 0 | 36 | 17 | 16 | 513 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10111010 | 0 | 11110 | 1111 | 1110 | 101001011 | 110001 | 1001001 |
Color Harmonies of #DC9ABA
Complementary color
Monochromatic Colors of #DC9ABA
Black with #DC9ABA
Text Example
Text Example
White with #DC9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9ABA; }
p { color: rgb(220,154,186); }
H1.HeaderClassName
{
color: #DC9ABA;
}
.AnyTagClassName
{
color: #DC9ABA;
}
</style>
background-color css
<style>
a { background-color: #DC9ABA; }
a { background-color: rgb(220,154,186); }
div.DivClassName
{
background-color: #DC9ABA;
}
.BgClassName
{
background-color: #DC9ABA;
}
</style>
border-color css
<style>
span { border-color: #DC9ABA; }
span { border-color: rgb(220,154,186); }
td.TdClassName
{
border-color: #DC9ABA;
}
.TagClassName
{
border-color: #DC9ABA;
}
</style>