#DCA5BD

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

Shades of Shocking #DCA5BD

Tints of Shocking #DCA5BD

Color information

#DCA5BD (or 0xDCA5BD) is unknown color: approx Shocking. HEX triplet: DC, A5 and BD. RGB value is (220,165,189). Sum of RGB (Red+Green+Blue) = 220+165+189=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5BD is #235A42. Grayscale: #B8B8B8. Windows color (decimal): -2316867 or 12428764. OLE color: 12428764.

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

Color convert

RGB220165189-
CMYK00.250.140.14
HSL333.82º44%75.49%-
HSV(B)333.82º25%86.27%-
XYZ52.1645.854.24-
YUV184.18130.72153.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 165 (64.84% from 255) = 28.75%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=38.33%
G=28.75%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016518900.250.140.14333.824475.49
HexDCA5BD019EE14e2c4b
Octal334245275031161651654113
Binary110111001010010110111101011001111011101010011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5BD; }

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

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

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

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

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

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

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

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