#DC9EB7

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

Shades of Shocking #DC9EB7

Tints of Shocking #DC9EB7

Color information

#DC9EB7 (or 0xDC9EB7) is unknown color: approx Shocking. HEX triplet: DC, 9E and B7. RGB value is (220,158,183). Sum of RGB (Red+Green+Blue) = 220+158+183=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EB7 is #236148. Grayscale: #B3B3B3. Windows color (decimal): -2318665 or 12033756. OLE color: 12033756.

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

Color convert

RGB220158183-
CMYK00.280.170.14
HSL335.81º46.97%74.12%-
HSV(B)335.81º28.18%86.27%-
XYZ50.2943.0950.47-
YUV179.39130.04156.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 158 (62.11% from 255) = 28.16%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=39.22%
G=28.16%
B=32.62%

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
Decimal22015818300.280.170.14335.8146.9774.12
HexDC9EB701C11E1502f4a
Octal334236267034211652057112
Binary1101110010011110101101110111001000111101010100001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EB7; }

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

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

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

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

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

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

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

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