#DC88B6

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

Shades of Shocking #DC88B6

Tints of Shocking #DC88B6

Color information

#DC88B6 (or 0xDC88B6) is unknown color: approx Shocking. HEX triplet: DC, 88 and B6. RGB value is (220,136,182). Sum of RGB (Red+Green+Blue) = 220+136+182=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88B6 is #237749. Grayscale: #A6A6A6. Windows color (decimal): -2324298 or 11962588. OLE color: 11962588.

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

Color convert

RGB220136182-
CMYK00.380.170.14
HSL327.14º54.55%69.8%-
HSV(B)327.14º38.18%86.27%-
XYZ46.7636.248.78-
YUV166.36136.83166.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 136 (53.52% from 255) = 25.28%
BLUE value IS 182 (71.48% from 255) = 33.83%
R=40.89%
G=25.28%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013618200.380.170.14327.1454.5569.8
HexDC88B602611E1473746
Octal334210266046211650767106
Binary11011100100010001011011001001101000111101010001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88B6; }

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

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

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

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

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

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

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

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