#DD9098

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

Shades of Can Can #DD9098

Tints of Can Can #DD9098

Color information

#DD9098 (or 0xDD9098) is unknown color: approx Can Can. HEX triplet: DD, 90 and 98. RGB value is (221,144,152). Sum of RGB (Red+Green+Blue) = 221+144+152=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9098 is #226F67. Grayscale: #A7A7A7. Windows color (decimal): -2256744 or 9998557. OLE color: 9998557.

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

Color convert

RGB221144152-
CMYK00.350.310.13
HSL353.77º53.1%71.57%-
HSV(B)353.77º34.84%86.67%-
XYZ45.4637.5934.56-
YUV167.93119.01165.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 152 (59.77% from 255) = 29.40%
R=42.75%
G=27.85%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114415200.350.310.13353.7753.171.57
HexDD90980231FD1623548
Octal335220230043371554265110
Binary11011101100100001001100001000111111111011011000101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9098; }

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

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

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

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

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

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

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

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