#DD909B

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

Shades of Can Can #DD909B

Tints of Can Can #DD909B

Color information

#DD909B (or 0xDD909B) is unknown color: approx Can Can. HEX triplet: DD, 90 and 9B. RGB value is (221,144,155). Sum of RGB (Red+Green+Blue) = 221+144+155=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD909B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD909B is #226F64. Grayscale: #A8A8A8. Windows color (decimal): -2256741 or 10195165. OLE color: 10195165.

HSL color Cylindrical-coordinate representation of color #DD909B: hue angle of 351.43º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD909B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221144155-
CMYK00.350.300.13
HSL351.43º53.1%71.57%-
HSV(B)351.43º34.84%86.67%-
XYZ45.7137.6935.88-
YUV168.28120.51165.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=42.5%
G=27.69%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114415500.350.300.13351.4353.171.57
HexDD909B0231ED15f3548
Octal335220233043361553765110
Binary11011101100100001001101101000111111011011010111111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD909B; }

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

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

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

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

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

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

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

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