Html Css Color HEX #DA576A Cabaret

📋 copy color: '#DA576A'

red 218 ◦ green 87 ◦ blue 106

#DA576A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #DA576A

Tints of Cabaret #DA576A

RGB

 RED value IS 218 (85.55% from 255) = 53.04%

 GREEN value IS 87 (34.38% from 255) = 21.17%

 BLUE value IS 106 (41.8% from 255) = 25.79%

R = 53.04%
G = 21.17%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA576A (or 0xDA576A) is known color: Cabaret. HEX triplet: DA, 57 and 6A. RGB value is (218,87,106). Sum of RGB (Red+Green+Blue) = 218+87+106=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA576A is #25A895. Grayscale: #808080. Windows color (decimal): -2467990 or 6969306. OLE color: 6969306.

HSL color Cylindrical-coordinate representation of color #DA576A: hue angle of 351.3º 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 #DA576A is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 87 106 -
CMYK 0 0.60 0.51 0.15
HSL 351.3º 0.64% 0.6% -
HSV(B) 351.3º 0.6% 0.85% -
XYZ 34.92 22.76 16.19 -
YUV 128.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 218 87 106 0 0.60 0.51 0.15 351.3 0.64 0.6
Hex DA 57 6A 0 3C 33 F 15F 40 3C
Octal 332 127 152 0 74 63 17 537 100 74
Binary 11011010 1010111 1101010 0 111100 110011 1111 101011111 1000000 111100

Color Harmonies of #DA576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA576A

Black with #DA576A

Text Example


Text Example

White with #DA576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA576A; }

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

 H1.HeaderClassName
 {
   color: #DA576A;
 }
 .AnyTagClassName
 {
   color: #DA576A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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