#DD596E

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

Shades of Cabaret #DD596E

Tints of Cabaret #DD596E

Color information

#DD596E (or 0xDD596E) is unknown color: approx Cabaret. HEX triplet: DD, 59 and 6E. RGB value is (221,89,110). Sum of RGB (Red+Green+Blue) = 221+89+110=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD596E is #22A691. Grayscale: #828282. Windows color (decimal): -2270866 or 7231965. OLE color: 7231965.

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

Color convert

RGB22189110-
CMYK00.600.500.13
HSL350.45º66%60.78%-
HSV(B)350.45º59.73%86.67%-
XYZ36.2123.6417.41-
YUV130.86116.23192.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.62%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=52.62%
G=21.19%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218911000.600.500.13350.456660.78
HexDD596E03C32D15e423d
Octal335131156074621553610275
Binary1101110110110011101110011110011001011011010111101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD596E; }

 p { color: rgb(221,89,110); }

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

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

 a { background-color: rgb(221,89,110); }

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

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

 span { border-color: rgb(221,89,110); }

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