#DC9EC4

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

Shades of Shocking #DC9EC4

Tints of Shocking #DC9EC4

Color information

#DC9EC4 (or 0xDC9EC4) is unknown color: approx Shocking. HEX triplet: DC, 9E and C4. RGB value is (220,158,196). Sum of RGB (Red+Green+Blue) = 220+158+196=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EC4 is #23613B. Grayscale: #B4B4B4. Windows color (decimal): -2318652 or 12885724. OLE color: 12885724.

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

Color convert

RGB220158196-
CMYK00.280.110.14
HSL323.23º46.97%74.12%-
HSV(B)323.23º28.18%86.27%-
XYZ51.7143.6557.93-
YUV180.87136.54155.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 158 (62.11% from 255) = 27.53%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=38.33%
G=27.53%
B=34.15%

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
Decimal22015819600.280.110.14323.2346.9774.12
HexDC9EC401CBE1432f4a
Octal334236304034131650357112
Binary110111001001111011000100011100101111101010000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EC4; }

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

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

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

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

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

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

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

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