#DA4C65

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

Shades of Cabaret #DA4C65

Tints of Cabaret #DA4C65

Color information

#DA4C65 (or 0xDA4C65) is unknown color: approx Cabaret. HEX triplet: DA, 4C and 65. RGB value is (218,76,101). Sum of RGB (Red+Green+Blue) = 218+76+101=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C65 is #25B39A. Grayscale: #797979. Windows color (decimal): -2470811 or 6638810. OLE color: 6638810.

HSL color Cylindrical-coordinate representation of color #DA4C65: hue angle of 349.44º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4C65 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21876101-
CMYK00.650.540.15
HSL349.44º65.74%57.65%-
HSV(B)349.44º65.14%85.49%-
XYZ33.8521.0114.58-
YUV121.31116.54196.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.19%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=55.19%
G=19.24%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187610100.650.540.15349.4465.7457.65
HexDA4C6504136F15d423a
Octal3321141450101661753510272
Binary11011010100110011001010100000111011011111010111011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4C65; }

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

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

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

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

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

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

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

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