#DD88A0

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

Shades of Can Can #DD88A0

Tints of Can Can #DD88A0

Color information

#DD88A0 (or 0xDD88A0) is unknown color: approx Can Can. HEX triplet: DD, 88 and A0. RGB value is (221,136,160). Sum of RGB (Red+Green+Blue) = 221+136+160=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88A0 is #22775F. Grayscale: #A4A4A4. Windows color (decimal): -2258784 or 10520797. OLE color: 10520797.

HSL color Cylindrical-coordinate representation of color #DD88A0: hue angle of 343.06º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88A0 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221136160-
CMYK00.380.280.13
HSL343.06º55.56%70%-
HSV(B)343.06º38.46%86.67%-
XYZ44.9735.5237.74-
YUV164.15125.66168.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 136 (53.52% from 255) = 26.31%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=42.75%
G=26.31%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113616000.380.280.13343.0655.5670
HexDD88A00261CD1573846
Octal335210240046341552770106
Binary11011101100010001010000001001101110011011010101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88A0; }

 p { color: rgb(221,136,160); }

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

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

 a { background-color: rgb(221,136,160); }

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

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

 span { border-color: rgb(221,136,160); }

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