#DCA5C6

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

Shades of Shocking #DCA5C6

Tints of Shocking #DCA5C6

Color information

#DCA5C6 (or 0xDCA5C6) is unknown color: approx Shocking. HEX triplet: DC, A5 and C6. RGB value is (220,165,198). Sum of RGB (Red+Green+Blue) = 220+165+198=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5C6 is #235A39. Grayscale: #B9B9B9. Windows color (decimal): -2316858 or 13018588. OLE color: 13018588.

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

Color convert

RGB220165198-
CMYK00.250.10.14
HSL324º44%75.49%-
HSV(B)324º25%86.27%-
XYZ53.1646.259.54-
YUV185.21135.22152.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 165 (64.84% from 255) = 28.30%
BLUE value IS 198 (77.73% from 255) = 33.96%
R=37.74%
G=28.30%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016519800.250.10.143244475.49
HexDCA5C6019AE1442c4b
Octal334245306031121650454113
Binary110111001010010111000110011001101011101010001001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5C6; }

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

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

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

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

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

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

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

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