Html Css Color HEX #DA5C6E Cabaret

📋 copy color: '#DA5C6E'

red 218 ◦ green 92 ◦ blue 110

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

Shades of Cabaret #DA5C6E

Tints of Cabaret #DA5C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

 BLUE value IS 110 (43.36% from 255) = 26.19%

R = 51.9%
G = 21.9%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA5C6E (or 0xDA5C6E) is known color: Cabaret. HEX triplet: DA, 5C and 6E. RGB value is (218,92,110). Sum of RGB (Red+Green+Blue) = 218+92+110=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C6E is #25A391. Grayscale: #838383. Windows color (decimal): -2466706 or 7232730. OLE color: 7232730.

HSL color Cylindrical-coordinate representation of color #DA5C6E: hue angle of 351.43º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5C6E is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 92 110 -
CMYK 0 0.58 0.50 0.15
HSL 351.43º 0.63% 0.61% -
HSV(B) 351.43º 0.58% 0.85% -
XYZ 35.56 23.69 17.45 -
YUV 131.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 218 92 110 0 0.58 0.50 0.15 351.43 0.63 0.61
Hex DA 5C 6E 0 3A 32 F 15F 3F 3D
Octal 332 134 156 0 72 62 17 537 77 75
Binary 11011010 1011100 1101110 0 111010 110010 1111 101011111 111111 111101

Color Harmonies of #DA5C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C6E

Black with #DA5C6E

Text Example


Text Example

White with #DA5C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C6E; }

 p { color: rgb(218,92,110); }

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

background-color css

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

 a { background-color: rgb(218,92,110); }

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

border-color css

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

 span { border-color: rgb(218,92,110); }

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