Html Css Color HEX #DA596D Cabaret

📋 copy color: '#DA596D'

red 218 ◦ green 89 ◦ blue 109

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

Shades of Cabaret #DA596D

Tints of Cabaret #DA596D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.39%

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

R = 52.4%
G = 21.39%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA596D (or 0xDA596D) is known color: Cabaret. HEX triplet: DA, 59 and 6D. RGB value is (218,89,109). Sum of RGB (Red+Green+Blue) = 218+89+109=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA596D is #25A692. Grayscale: #818181. Windows color (decimal): -2467475 or 7166426. OLE color: 7166426.

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

Color convert

RGB 218 89 109 -
CMYK 0 0.59 0.5 0.15
HSL 350.7º 0.64% 0.6% -
HSV(B) 350.7º 0.59% 0.85% -
XYZ 35.25 23.15 17.08 -
YUV 129.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 218 89 109 0 0.59 0.5 0.15 350.7 0.64 0.6
Hex DA 59 6D 0 3B 32 F 15F 40 3C
Octal 332 131 155 0 73 62 17 537 100 74
Binary 11011010 1011001 1101101 0 111011 110010 1111 101011111 1000000 111100

Color Harmonies of #DA596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA596D

Black with #DA596D

Text Example


Text Example

White with #DA596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA596D; }

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

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

background-color css

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

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

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

border-color css

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

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

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