#DCA0B7

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

Shades of Shocking #DCA0B7

Tints of Shocking #DCA0B7

Color information

#DCA0B7 (or 0xDCA0B7) is unknown color: approx Shocking. HEX triplet: DC, A0 and B7. RGB value is (220,160,183). Sum of RGB (Red+Green+Blue) = 220+160+183=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0B7 is #235F48. Grayscale: #B4B4B4. Windows color (decimal): -2318153 or 12034268. OLE color: 12034268.

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

Color convert

RGB220160183-
CMYK00.270.170.14
HSL337º46.15%74.51%-
HSV(B)337º27.27%86.27%-
XYZ50.6343.7850.58-
YUV180.56129.38156.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 183 (71.88% from 255) = 32.50%
R=39.08%
G=28.42%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016018300.270.170.1433746.1574.51
HexDCA0B701B11E1512e4b
Octal334240267033211652156113
Binary1101110010100000101101110110111000111101010100011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0B7; }

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

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

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

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

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

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

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

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