Shades of Shocking #DCA0C4
Tints of Shocking #DCA0C4
RGB
CMYK
RGB Variations
Color information
#DCA0C4 (or 0xDCA0C4) is known color: Shocking. HEX triplet: DC, A0 and C4. RGB value is (220,160,196). Sum of RGB (Red+Green+Blue) = 220+160+196=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0C4 is #235F3B. Grayscale: #B5B5B5. Windows color (decimal): -2318140 or 12886236. OLE color: 12886236.
HSL color Cylindrical-coordinate representation of color #DCA0C4: hue angle of 324º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA0C4 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 196 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.14 |
| HSL | 324º | 0.46% | 0.75% | - |
| HSV(B) | 324º | 0.27% | 0.86% | - |
| XYZ | 52.05 | 44.34 | 58.04 | - |
| YUV | 182.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 196 | 0 | 0.27 | 0.11 | 0.14 | 324 | 0.46 | 0.75 |
| Hex | DC | A0 | C4 | 0 | 1B | B | E | 144 | 2E | 4B |
| Octal | 334 | 240 | 304 | 0 | 33 | 13 | 16 | 504 | 56 | 113 |
| Binary | 11011100 | 10100000 | 11000100 | 0 | 11011 | 1011 | 1110 | 101000100 | 101110 | 1001011 |
Color Harmonies of #DCA0C4
Complementary color
Monochromatic Colors of #DCA0C4
Black with #DCA0C4
Text Example
Text Example
White with #DCA0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0C4; }
p { color: rgb(220,160,196); }
H1.HeaderClassName
{
color: #DCA0C4;
}
.AnyTagClassName
{
color: #DCA0C4;
}
</style>
background-color css
<style>
a { background-color: #DCA0C4; }
a { background-color: rgb(220,160,196); }
div.DivClassName
{
background-color: #DCA0C4;
}
.BgClassName
{
background-color: #DCA0C4;
}
</style>
border-color css
<style>
span { border-color: #DCA0C4; }
span { border-color: rgb(220,160,196); }
td.TdClassName
{
border-color: #DCA0C4;
}
.TagClassName
{
border-color: #DCA0C4;
}
</style>