Html Css Color HEX #DA596C Cabaret

📋 copy color: '#DA596C'

red 218 ◦ green 89 ◦ blue 108

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

Shades of Cabaret #DA596C

Tints of Cabaret #DA596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 52.53%
G = 21.45%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA596C (or 0xDA596C) is known color: Cabaret. HEX triplet: DA, 59 and 6C. RGB value is (218,89,108). Sum of RGB (Red+Green+Blue) = 218+89+108=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA596C is #25A693. Grayscale: #818181. Windows color (decimal): -2467476 or 7100890. OLE color: 7100890.

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

Color convert

RGB 218 89 108 -
CMYK 0 0.59 0.50 0.15
HSL 351.16º 0.64% 0.6% -
HSV(B) 351.16º 0.59% 0.85% -
XYZ 35.19 23.13 16.8 -
YUV 129.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 218 89 108 0 0.59 0.50 0.15 351.16 0.64 0.6
Hex DA 59 6C 0 3B 32 F 15F 40 3C
Octal 332 131 154 0 73 62 17 537 100 74
Binary 11011010 1011001 1101100 0 111011 110010 1111 101011111 1000000 111100

Color Harmonies of #DA596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA596C

Black with #DA596C

Text Example


Text Example

White with #DA596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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