#DC909B

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

Shades of Can Can #DC909B

Tints of Can Can #DC909B

Color information

#DC909B (or 0xDC909B) is unknown color: approx Can Can. HEX triplet: DC, 90 and 9B. RGB value is (220,144,155). Sum of RGB (Red+Green+Blue) = 220+144+155=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC909B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC909B is #236F64. Grayscale: #A8A8A8. Windows color (decimal): -2322277 or 10195164. OLE color: 10195164.

HSL color Cylindrical-coordinate representation of color #DC909B: hue angle of 351.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC909B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220144155-
CMYK00.350.300.14
HSL351.32º52.05%71.37%-
HSV(B)351.32º34.55%86.27%-
XYZ45.437.5335.86-
YUV167.98120.68165.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 155 (60.94% from 255) = 29.87%
R=42.39%
G=27.75%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014415500.350.300.14351.3252.0571.37
HexDC909B0231EE15f3447
Octal334220233043361653764107
Binary11011100100100001001101101000111111011101010111111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC909B; }

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

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

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

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

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

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

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

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