#DD8F99

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

Shades of Can Can #DD8F99

Tints of Can Can #DD8F99

Color information

#DD8F99 (or 0xDD8F99) is unknown color: approx Can Can. HEX triplet: DD, 8F and 99. RGB value is (221,143,153). Sum of RGB (Red+Green+Blue) = 221+143+153=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F99 is #227066. Grayscale: #A7A7A7. Windows color (decimal): -2256999 or 10063837. OLE color: 10063837.

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

Color convert

RGB221143153-
CMYK00.350.310.13
HSL352.31º53.42%71.37%-
HSV(B)352.31º35.29%86.67%-
XYZ45.3937.3234.95-
YUV167.46119.84166.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=42.75%
G=27.66%
B=29.59%

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
Decimal22114315300.350.310.13352.3153.4271.37
HexDD8F990231FD1603547
Octal335217231043371554065107
Binary11011101100011111001100101000111111111011011000001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8F99; }

 p { color: rgb(221,143,153); }

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

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

 a { background-color: rgb(221,143,153); }

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

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

 span { border-color: rgb(221,143,153); }

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