#DD5669

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

Shades of Cabaret #DD5669

Tints of Cabaret #DD5669

Color information

#DD5669 (or 0xDD5669) is unknown color: approx Cabaret. HEX triplet: DD, 56 and 69. RGB value is (221,86,105). Sum of RGB (Red+Green+Blue) = 221+86+105=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5669 is #22A996. Grayscale: #808080. Windows color (decimal): -2271639 or 6903517. OLE color: 6903517.

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

Color convert

RGB22186105-
CMYK00.610.520.13
HSL351.56º66.5%60.2%-
HSV(B)351.56º61.09%86.67%-
XYZ35.723.0515.93-
YUV128.53114.73193.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.64%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=53.64%
G=20.87%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218610500.610.520.13351.5666.560.2
HexDD566903D34D160433c
Octal335126151075641554010374
Binary1101110110101101101001011110111010011011011000001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5669; }

 p { color: rgb(221,86,105); }

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

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

 a { background-color: rgb(221,86,105); }

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

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

 span { border-color: rgb(221,86,105); }

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