#DC9CBC

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

Shades of Shocking #DC9CBC

Tints of Shocking #DC9CBC

Color information

#DC9CBC (or 0xDC9CBC) is unknown color: approx Shocking. HEX triplet: DC, 9C and BC. RGB value is (220,156,188). Sum of RGB (Red+Green+Blue) = 220+156+188=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CBC is #236343. Grayscale: #B2B2B2. Windows color (decimal): -2319172 or 12360924. OLE color: 12360924.

HSL color Cylindrical-coordinate representation of color #DC9CBC: hue angle of 330º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9CBC is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220156188-
CMYK00.290.150.14
HSL330º47.76%73.73%-
HSV(B)330º29.09%86.27%-
XYZ50.4842.6253.14-
YUV178.78133.2157.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 188 (73.83% from 255) = 33.33%
R=39.01%
G=27.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015618800.290.150.1433047.7673.73
HexDC9CBC01DFE14a304a
Octal334234274035171651260112
Binary110111001001110010111100011101111111101010010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CBC; }

 p { color: rgb(220,156,188); }

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

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

 a { background-color: rgb(220,156,188); }

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

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

 span { border-color: rgb(220,156,188); }

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