#DC9BB7

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

Shades of Shocking #DC9BB7

Tints of Shocking #DC9BB7

Color information

#DC9BB7 (or 0xDC9BB7) is unknown color: approx Shocking. HEX triplet: DC, 9B and B7. RGB value is (220,155,183). Sum of RGB (Red+Green+Blue) = 220+155+183=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BB7 is #236448. Grayscale: #B1B1B1. Windows color (decimal): -2319433 or 12032988. OLE color: 12032988.

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

Color convert

RGB220155183-
CMYK00.300.170.14
HSL334.15º48.15%73.53%-
HSV(B)334.15º29.55%86.27%-
XYZ49.7842.0850.3-
YUV177.63131.03158.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 183 (71.88% from 255) = 32.80%
R=39.43%
G=27.78%
B=32.80%

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
Decimal22015518300.300.170.14334.1548.1573.53
HexDC9BB701E11E14e304a
Octal334233267036211651660112
Binary1101110010011011101101110111101000111101010011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BB7; }

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

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

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

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

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

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

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

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