#DCA3BE

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

Shades of Shocking #DCA3BE

Tints of Shocking #DCA3BE

Color information

#DCA3BE (or 0xDCA3BE) is unknown color: approx Shocking. HEX triplet: DC, A3 and BE. RGB value is (220,163,190). Sum of RGB (Red+Green+Blue) = 220+163+190=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA3BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA3BE is #235C41. Grayscale: #B7B7B7. Windows color (decimal): -2317378 or 12493788. OLE color: 12493788.

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

Color convert

RGB220163190-
CMYK00.260.140.14
HSL331.58º44.88%75.1%-
HSV(B)331.58º25.91%86.27%-
XYZ51.9145.1354.69-
YUV183.12131.88154.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 163 (64.06% from 255) = 28.45%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=38.39%
G=28.45%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016319000.260.140.14331.5844.8875.1
HexDCA3BE01AEE14c2d4b
Octal334243276032161651455113
Binary110111001010001110111110011010111011101010011001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3BE; }

 p { color: rgb(220,163,190); }

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

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

 a { background-color: rgb(220,163,190); }

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

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

 span { border-color: rgb(220,163,190); }

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