#DD5566

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

Shades of Cabaret #DD5566

Tints of Cabaret #DD5566

Color information

#DD5566 (or 0xDD5566) is unknown color: approx Cabaret. HEX triplet: DD, 55 and 66. RGB value is (221,85,102). Sum of RGB (Red+Green+Blue) = 221+85+102=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5566 is #22AA99. Grayscale: #7F7F7F. Windows color (decimal): -2271898 or 6706653. OLE color: 6706653.

HSL color Cylindrical-coordinate representation of color #DD5566: hue angle of 352.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5566 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB22185102-
CMYK00.620.540.13
HSL352.5º66.67%60%-
HSV(B)352.5º61.54%86.67%-
XYZ35.4722.8315.11-
YUV127.6113.56194.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.17%
GREEN value IS 85 (33.59% from 255) = 20.83%
BLUE value IS 102 (40.23% from 255) = 25%
R=54.17%
G=20.83%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218510200.620.540.13352.566.6760
HexDD556603E36D160433c
Octal335125146076661554010374
Binary1101110110101011100110011111011011011011011000001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5566; }

 p { color: rgb(221,85,102); }

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

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

 a { background-color: rgb(221,85,102); }

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

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

 span { border-color: rgb(221,85,102); }

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