#DCA4C4

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

Shades of Shocking #DCA4C4

Tints of Shocking #DCA4C4

Color information

#DCA4C4 (or 0xDCA4C4) is unknown color: approx Shocking. HEX triplet: DC, A4 and C4. RGB value is (220,164,196). Sum of RGB (Red+Green+Blue) = 220+164+196=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4C4 is #235B3B. Grayscale: #B8B8B8. Windows color (decimal): -2317116 or 12887260. OLE color: 12887260.

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

Color convert

RGB220164196-
CMYK00.250.110.14
HSL325.71º44.44%75.29%-
HSV(B)325.71º25.45%86.27%-
XYZ52.7545.7558.28-
YUV184.39134.55153.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 164 (64.45% from 255) = 28.28%
BLUE value IS 196 (76.95% from 255) = 33.79%
R=37.93%
G=28.28%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016419600.250.110.14325.7144.4475.29
HexDCA4C4019BE1462c4b
Octal334244304031131650654113
Binary110111001010010011000100011001101111101010001101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4C4; }

 p { color: rgb(220,164,196); }

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

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

 a { background-color: rgb(220,164,196); }

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

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

 span { border-color: rgb(220,164,196); }

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