#DC9EB6

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

Shades of Shocking #DC9EB6

Tints of Shocking #DC9EB6

Color information

#DC9EB6 (or 0xDC9EB6) is unknown color: approx Shocking. HEX triplet: DC, 9E and B6. RGB value is (220,158,182). Sum of RGB (Red+Green+Blue) = 220+158+182=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EB6 is #236149. Grayscale: #B3B3B3. Windows color (decimal): -2318666 or 11968220. OLE color: 11968220.

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

Color convert

RGB220158182-
CMYK00.280.170.14
HSL336.77º46.97%74.12%-
HSV(B)336.77º28.18%86.27%-
XYZ50.1943.0549.92-
YUV179.27129.54157.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=39.29%
G=28.21%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015818200.280.170.14336.7746.9774.12
HexDC9EB601C11E1512f4a
Octal334236266034211652157112
Binary1101110010011110101101100111001000111101010100011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EB6; }

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

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

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

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

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

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

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

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