#DC96B6

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

Shades of Shocking #DC96B6

Tints of Shocking #DC96B6

Color information

#DC96B6 (or 0xDC96B6) is unknown color: approx Shocking. HEX triplet: DC, 96 and B6. RGB value is (220,150,182). Sum of RGB (Red+Green+Blue) = 220+150+182=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96B6 is #236949. Grayscale: #AEAEAE. Windows color (decimal): -2320714 or 11966172. OLE color: 11966172.

HSL color Cylindrical-coordinate representation of color #DC96B6: hue angle of 332.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96B6 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220150182-
CMYK00.320.170.14
HSL332.57º50%72.55%-
HSV(B)332.57º31.82%86.27%-
XYZ48.8740.4149.48-
YUV174.58132.19160.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 150 (58.98% from 255) = 27.17%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=39.86%
G=27.17%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015018200.320.170.14332.575072.55
HexDC96B602011E14d3249
Octal334226266040211651562111
Binary11011100100101101011011001000001000111101010011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96B6; }

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

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

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

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

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

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

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

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