#DCA0C7

Color #DCA0C7 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #DCA0C7

Tints of Shocking #DCA0C7

Color information

#DCA0C7 (or 0xDCA0C7) is unknown color: approx Shocking. HEX triplet: DC, A0 and C7. RGB value is (220,160,199). Sum of RGB (Red+Green+Blue) = 220+160+199=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0C7 is #235F38. Grayscale: #B6B6B6. Windows color (decimal): -2318137 or 13082844. OLE color: 13082844.

HSL color Cylindrical-coordinate representation of color #DCA0C7: hue angle of 321º 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 #DCA0C7 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220160199-
CMYK00.270.100.14
HSL321º46.15%74.51%-
HSV(B)321º27.27%86.27%-
XYZ52.3944.4859.86-
YUV182.39137.38154.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 160 (62.89% from 255) = 27.63%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=38.00%
G=27.63%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016019900.270.100.1432146.1574.51
HexDCA0C701BAE1412e4b
Octal334240307033121650156113
Binary110111001010000011000111011011101011101010000011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0C7; }

 p { color: rgb(220,160,199); }

 H1.HeaderClassName
 {
   color: #DCA0C7;
 }
 .AnyTagClassName
 {
   color: #DCA0C7;
 }
</style>
background-color css

<style>
 a { background-color: #DCA0C7; }

 a { background-color: rgb(220,160,199); }

 div.DivClassName
 {
   background-color: #DCA0C7;
 }
 .BgClassName
 {
   background-color: #DCA0C7;
 }
</style>
border-color css

<style>
 span { border-color: #DCA0C7; }

 span { border-color: rgb(220,160,199); }

 td.TdClassName
 {
   border-color: #DCA0C7;
 }
 .TagClassName
 {
   border-color: #DCA0C7;
 }
</style>