#DA576B

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

Shades of Cabaret #DA576B

Tints of Cabaret #DA576B

Color information

#DA576B (or 0xDA576B) is unknown color: approx Cabaret. HEX triplet: DA, 57 and 6B. RGB value is (218,87,107). Sum of RGB (Red+Green+Blue) = 218+87+107=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA576B is #25A894. Grayscale: #808080. Windows color (decimal): -2467989 or 7034842. OLE color: 7034842.

HSL color Cylindrical-coordinate representation of color #DA576B: hue angle of 350.84º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA576B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB21887107-
CMYK00.600.510.15
HSL350.84º63.9%59.8%-
HSV(B)350.84º60.09%85.49%-
XYZ34.9822.7816.46-
YUV128.45115.9191.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.91%
GREEN value IS 87 (34.38% from 255) = 21.12%
BLUE value IS 107 (42.19% from 255) = 25.97%
R=52.91%
G=21.12%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188710700.600.510.15350.8463.959.8
HexDA576B03C33F15f403c
Octal332127153074631753710074
Binary1101101010101111101011011110011001111111010111111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA576B; }

 p { color: rgb(218,87,107); }

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

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

 a { background-color: rgb(218,87,107); }

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

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

 span { border-color: rgb(218,87,107); }

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