Html Css Color HEX #DA576D Cabaret

📋 copy color: '#DA576D'

red 218 ◦ green 87 ◦ blue 109

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

Shades of Cabaret #DA576D

Tints of Cabaret #DA576D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 52.66%
G = 21.01%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA576D (or 0xDA576D) is known color: Cabaret. HEX triplet: DA, 57 and 6D. RGB value is (218,87,109). Sum of RGB (Red+Green+Blue) = 218+87+109=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA576D is #25A892. Grayscale: #808080. Windows color (decimal): -2467987 or 7165914. OLE color: 7165914.

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

Color convert

RGB 218 87 109 -
CMYK 0 0.60 0.5 0.15
HSL 349.92º 0.64% 0.6% -
HSV(B) 349.92º 0.6% 0.85% -
XYZ 35.08 22.83 17.02 -
YUV 128.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 218 87 109 0 0.60 0.5 0.15 349.92 0.64 0.6
Hex DA 57 6D 0 3C 32 F 15E 40 3C
Octal 332 127 155 0 74 62 17 536 100 74
Binary 11011010 1010111 1101101 0 111100 110010 1111 101011110 1000000 111100

Color Harmonies of #DA576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA576D

Black with #DA576D

Text Example


Text Example

White with #DA576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA576D; }

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

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

background-color css

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

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

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

border-color css

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

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

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