#DCA6BD

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

Shades of Shocking #DCA6BD

Tints of Shocking #DCA6BD

Color information

#DCA6BD (or 0xDCA6BD) is unknown color: approx Shocking. HEX triplet: DC, A6 and BD. RGB value is (220,166,189). Sum of RGB (Red+Green+Blue) = 220+166+189=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6BD is #235942. Grayscale: #B8B8B8. Windows color (decimal): -2316611 or 12429020. OLE color: 12429020.

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

Color convert

RGB220166189-
CMYK00.250.140.14
HSL334.44º43.55%75.69%-
HSV(B)334.44º24.55%86.27%-
XYZ52.3446.1654.3-
YUV184.77130.39153.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=38.26%
G=28.87%
B=32.87%

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
Decimal22016618900.250.140.14334.4443.5575.69
HexDCA6BD019EE14e2c4c
Octal334246275031161651654114
Binary110111001010011010111101011001111011101010011101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6BD; }

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

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

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

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

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

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

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

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