#DD4C65

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

Shades of Cabaret #DD4C65

Tints of Cabaret #DD4C65

Color information

#DD4C65 (or 0xDD4C65) is unknown color: approx Cabaret. HEX triplet: DD, 4C and 65. RGB value is (221,76,101). Sum of RGB (Red+Green+Blue) = 221+76+101=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C65 is #22B39A. Grayscale: #7A7A7A. Windows color (decimal): -2274203 or 6638813. OLE color: 6638813.

HSL color Cylindrical-coordinate representation of color #DD4C65: hue angle of 349.66º 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 #DD4C65 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB22176101-
CMYK00.660.540.13
HSL349.66º68.08%58.24%-
HSV(B)349.66º65.61%86.67%-
XYZ34.7521.4814.63-
YUV122.2116.04198.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.53%
GREEN value IS 76 (30.08% from 255) = 19.10%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=55.53%
G=19.10%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217610100.660.540.13349.6668.0858.24
HexDD4C6504236D15e443a
Octal3351141450102661553610472
Binary11011101100110011001010100001011011011011010111101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4C65; }

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

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

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

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

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

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

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

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