#DCA5B9

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

Shades of Shocking #DCA5B9

Tints of Shocking #DCA5B9

Color information

#DCA5B9 (or 0xDCA5B9) is unknown color: approx Shocking. HEX triplet: DC, A5 and B9. RGB value is (220,165,185). Sum of RGB (Red+Green+Blue) = 220+165+185=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5B9 is #235A46. Grayscale: #B7B7B7. Windows color (decimal): -2316871 or 12166620. OLE color: 12166620.

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

Color convert

RGB220165185-
CMYK00.250.160.14
HSL338.18º44%75.49%-
HSV(B)338.18º25%86.27%-
XYZ51.7345.6351.98-
YUV183.72128.72153.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 165 (64.84% from 255) = 28.95%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=38.60%
G=28.95%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016518500.250.160.14338.184475.49
HexDCA5B901910E1522c4b
Octal334245271031201652254113
Binary1101110010100101101110010110011000011101010100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5B9; }

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

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

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

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

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

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

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

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