Html Css Color HEX #DA596B Cabaret

📋 copy color: '#DA596B'

red 218 ◦ green 89 ◦ blue 107

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

Shades of Cabaret #DA596B

Tints of Cabaret #DA596B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.85%

R = 52.66%
G = 21.5%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA596B (or 0xDA596B) is known color: Cabaret. HEX triplet: DA, 59 and 6B. RGB value is (218,89,107). Sum of RGB (Red+Green+Blue) = 218+89+107=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA596B is #25A694. Grayscale: #818181. Windows color (decimal): -2467477 or 7035354. OLE color: 7035354.

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

Color convert

RGB 218 89 107 -
CMYK 0 0.59 0.51 0.15
HSL 351.63º 0.64% 0.6% -
HSV(B) 351.63º 0.59% 0.85% -
XYZ 35.14 23.11 16.52 -
YUV 129.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 218 89 107 0 0.59 0.51 0.15 351.63 0.64 0.6
Hex DA 59 6B 0 3B 33 F 160 40 3C
Octal 332 131 153 0 73 63 17 540 100 74
Binary 11011010 1011001 1101011 0 111011 110011 1111 101100000 1000000 111100

Color Harmonies of #DA596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA596B

Black with #DA596B

Text Example


Text Example

White with #DA596B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA596B; }

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

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

background-color css

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

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

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

border-color css

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

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

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