#DCA0BE

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

Shades of Shocking #DCA0BE

Tints of Shocking #DCA0BE

Color information

#DCA0BE (or 0xDCA0BE) is unknown color: approx Shocking. HEX triplet: DC, A0 and BE. RGB value is (220,160,190). Sum of RGB (Red+Green+Blue) = 220+160+190=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0BE is #235F41. Grayscale: #B5B5B5. Windows color (decimal): -2318146 or 12493020. OLE color: 12493020.

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

Color convert

RGB220160190-
CMYK00.270.140.14
HSL330º46.15%74.51%-
HSV(B)330º27.27%86.27%-
XYZ51.3844.0754.51-
YUV181.36132.88155.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 160 (62.89% from 255) = 28.07%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=38.60%
G=28.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016019000.270.140.1433046.1574.51
HexDCA0BE01BEE14a2e4b
Octal334240276033161651256113
Binary110111001010000010111110011011111011101010010101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0BE; }

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

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

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

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

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

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

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

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