#DCA6C7

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

Shades of Shocking #DCA6C7

Tints of Shocking #DCA6C7

Color information

#DCA6C7 (or 0xDCA6C7) is unknown color: approx Shocking. HEX triplet: DC, A6 and C7. RGB value is (220,166,199). Sum of RGB (Red+Green+Blue) = 220+166+199=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6C7 is #235938. Grayscale: #B9B9B9. Windows color (decimal): -2316601 or 13084380. OLE color: 13084380.

HSL color Cylindrical-coordinate representation of color #DCA6C7: hue angle of 323.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA6C7 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220166199-
CMYK00.250.100.14
HSL323.33º43.55%75.69%-
HSV(B)323.33º24.55%86.27%-
XYZ53.4646.6160.21-
YUV185.91135.39152.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 166 (65.23% from 255) = 28.38%
BLUE value IS 199 (78.12% from 255) = 34.02%
R=37.61%
G=28.38%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016619900.250.100.14323.3343.5575.69
HexDCA6C7019AE1432c4c
Octal334246307031121650354114
Binary110111001010011011000111011001101011101010000111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6C7; }

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

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

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

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

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

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

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

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