#DC9EC3

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

Shades of Shocking #DC9EC3

Tints of Shocking #DC9EC3

Color information

#DC9EC3 (or 0xDC9EC3) is unknown color: approx Shocking. HEX triplet: DC, 9E and C3. RGB value is (220,158,195). Sum of RGB (Red+Green+Blue) = 220+158+195=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EC3 is #23613C. Grayscale: #B4B4B4. Windows color (decimal): -2318653 or 12820188. OLE color: 12820188.

HSL color Cylindrical-coordinate representation of color #DC9EC3: hue angle of 324.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9EC3 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220158195-
CMYK00.280.110.14
HSL324.19º46.97%74.12%-
HSV(B)324.19º28.18%86.27%-
XYZ51.5943.6157.33-
YUV180.76136.04155.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 158 (62.11% from 255) = 27.57%
BLUE value IS 195 (76.56% from 255) = 34.03%
R=38.39%
G=27.57%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015819500.280.110.14324.1946.9774.12
HexDC9EC301CBE1442f4a
Octal334236303034131650457112
Binary110111001001111011000011011100101111101010001001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EC3; }

 p { color: rgb(220,158,195); }

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

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

 a { background-color: rgb(220,158,195); }

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

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

 span { border-color: rgb(220,158,195); }

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