#DC909D

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

Shades of Can Can #DC909D

Tints of Can Can #DC909D

Color information

#DC909D (or 0xDC909D) is unknown color: approx Can Can. HEX triplet: DC, 90 and 9D. RGB value is (220,144,157). Sum of RGB (Red+Green+Blue) = 220+144+157=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC909D is #236F62. Grayscale: #A8A8A8. Windows color (decimal): -2322275 or 10326236. OLE color: 10326236.

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

Color convert

RGB220144157-
CMYK00.350.290.14
HSL349.74º52.05%71.37%-
HSV(B)349.74º34.55%86.27%-
XYZ45.5737.636.75-
YUV168.21121.68164.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 157 (61.72% from 255) = 30.13%
R=42.23%
G=27.64%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014415700.350.290.14349.7452.0571.37
HexDC909D0231DE15e3447
Octal334220235043351653664107
Binary11011100100100001001110101000111110111101010111101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC909D; }

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

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

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

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

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

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

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

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