#DC9BB6

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

Shades of Shocking #DC9BB6

Tints of Shocking #DC9BB6

Color information

#DC9BB6 (or 0xDC9BB6) is unknown color: approx Shocking. HEX triplet: DC, 9B and B6. RGB value is (220,155,182). Sum of RGB (Red+Green+Blue) = 220+155+182=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BB6 is #236449. Grayscale: #B1B1B1. Windows color (decimal): -2319434 or 11967452. OLE color: 11967452.

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

Color convert

RGB220155182-
CMYK00.300.170.14
HSL335.08º48.15%73.53%-
HSV(B)335.08º29.55%86.27%-
XYZ49.6842.0449.75-
YUV177.51130.53158.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=39.50%
G=27.83%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015518200.300.170.14335.0848.1573.53
HexDC9BB601E11E14f304a
Octal334233266036211651760112
Binary1101110010011011101101100111101000111101010011111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BB6; }

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

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

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

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

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

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

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

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