#DCA5C3

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

Shades of Shocking #DCA5C3

Tints of Shocking #DCA5C3

Color information

#DCA5C3 (or 0xDCA5C3) is unknown color: approx Shocking. HEX triplet: DC, A5 and C3. RGB value is (220,165,195). Sum of RGB (Red+Green+Blue) = 220+165+195=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5C3 is #235A3C. Grayscale: #B8B8B8. Windows color (decimal): -2316861 or 12821980. OLE color: 12821980.

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

Color convert

RGB220165195-
CMYK00.250.110.14
HSL327.27º44%75.49%-
HSV(B)327.27º25%86.27%-
XYZ52.8246.0757.74-
YUV184.86133.72153.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 165 (64.84% from 255) = 28.45%
BLUE value IS 195 (76.56% from 255) = 33.62%
R=37.93%
G=28.45%
B=33.62%

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
Decimal22016519500.250.110.14327.274475.49
HexDCA5C3019BE1472c4b
Octal334245303031131650754113
Binary110111001010010111000011011001101111101010001111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5C3; }

 p { color: rgb(220,165,195); }

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

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

 a { background-color: rgb(220,165,195); }

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

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

 span { border-color: rgb(220,165,195); }

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