#DCA0C9

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

Shades of Shocking #DCA0C9

Tints of Shocking #DCA0C9

Color information

#DCA0C9 (or 0xDCA0C9) is unknown color: approx Shocking. HEX triplet: DC, A0 and C9. RGB value is (220,160,201). Sum of RGB (Red+Green+Blue) = 220+160+201=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0C9 is #235F36. Grayscale: #B6B6B6. Windows color (decimal): -2318135 or 13213916. OLE color: 13213916.

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

Color convert

RGB220160201-
CMYK00.270.090.14
HSL319º46.15%74.51%-
HSV(B)319º27.27%86.27%-
XYZ52.6344.5761.09-
YUV182.61138.38154.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 160 (62.89% from 255) = 27.54%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=37.87%
G=27.54%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016020100.270.090.1431946.1574.51
HexDCA0C901B9E13f2e4b
Octal334240311033111647756113
Binary110111001010000011001001011011100111101001111111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0C9; }

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

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

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

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

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

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

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

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