#DC9EB9

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

Shades of Shocking #DC9EB9

Tints of Shocking #DC9EB9

Color information

#DC9EB9 (or 0xDC9EB9) is unknown color: approx Shocking. HEX triplet: DC, 9E and B9. RGB value is (220,158,185). Sum of RGB (Red+Green+Blue) = 220+158+185=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EB9 is #236146. Grayscale: #B3B3B3. Windows color (decimal): -2318663 or 12164828. OLE color: 12164828.

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

Color convert

RGB220158185-
CMYK00.280.160.14
HSL333.87º46.97%74.12%-
HSV(B)333.87º28.18%86.27%-
XYZ50.543.1751.57-
YUV179.62131.04156.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=39.08%
G=28.06%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015818500.280.160.14333.8746.9774.12
HexDC9EB901C10E14e2f4a
Octal334236271034201651657112
Binary1101110010011110101110010111001000011101010011101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EB9; }

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

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

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

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

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

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

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

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