#DC88BB

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

Shades of Shocking #DC88BB

Tints of Shocking #DC88BB

Color information

#DC88BB (or 0xDC88BB) is unknown color: approx Shocking. HEX triplet: DC, 88 and BB. RGB value is (220,136,187). Sum of RGB (Red+Green+Blue) = 220+136+187=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88BB is #237744. Grayscale: #A6A6A6. Windows color (decimal): -2324293 or 12290268. OLE color: 12290268.

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

Color convert

RGB220136187-
CMYK00.380.150.14
HSL323.57º54.55%69.8%-
HSV(B)323.57º38.18%86.27%-
XYZ47.2936.4151.55-
YUV166.93139.33165.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=40.52%
G=25.05%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013618700.380.150.14323.5754.5569.8
HexDC88BB026FE1443746
Octal334210273046171650467106
Binary1101110010001000101110110100110111111101010001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88BB; }

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

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

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

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

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

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

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

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