#DC88C0

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

Shades of Shocking #DC88C0

Tints of Shocking #DC88C0

Color information

#DC88C0 (or 0xDC88C0) is unknown color: approx Shocking. HEX triplet: DC, 88 and C0. RGB value is (220,136,192). Sum of RGB (Red+Green+Blue) = 220+136+192=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88C0 is #23773F. Grayscale: #A7A7A7. Windows color (decimal): -2324288 or 12617948. OLE color: 12617948.

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

Color convert

RGB220136192-
CMYK00.380.130.14
HSL320º54.55%69.8%-
HSV(B)320º38.18%86.27%-
XYZ47.8336.6354.42-
YUV167.5141.83165.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 136 (53.52% from 255) = 24.82%
BLUE value IS 192 (75.39% from 255) = 35.04%
R=40.15%
G=24.82%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013619200.380.130.1432054.5569.8
HexDC88C0026DE1403746
Octal334210300046151650067106
Binary1101110010001000110000000100110110111101010000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88C0; }

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

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

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

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

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

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

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

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