#DD4C64

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

Shades of Cabaret #DD4C64

Tints of Cabaret #DD4C64

Color information

#DD4C64 (or 0xDD4C64) is unknown color: approx Cabaret. HEX triplet: DD, 4C and 64. RGB value is (221,76,100). Sum of RGB (Red+Green+Blue) = 221+76+100=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C64 is #22B39B. Grayscale: #7A7A7A. Windows color (decimal): -2274204 or 6573277. OLE color: 6573277.

HSL color Cylindrical-coordinate representation of color #DD4C64: hue angle of 350.07º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4C64 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB22176100-
CMYK00.660.550.13
HSL350.07º68.08%58.24%-
HSV(B)350.07º65.61%86.67%-
XYZ34.721.4614.37-
YUV122.09115.54198.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.67%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 100 (39.45% from 255) = 25.19%
R=55.67%
G=19.14%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217610000.660.550.13350.0768.0858.24
HexDD4C6404237D15e443a
Octal3351141440102671553610472
Binary11011101100110011001000100001011011111011010111101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4C64; }

 p { color: rgb(221,76,100); }

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

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

 a { background-color: rgb(221,76,100); }

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

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

 span { border-color: rgb(221,76,100); }

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