Html Css Color HEX #DA5C68 Cabaret

📋 copy color: '#DA5C68'

red 218 ◦ green 92 ◦ blue 104

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

Shades of Cabaret #DA5C68

Tints of Cabaret #DA5C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.12%

R = 52.66%
G = 22.22%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA5C68 (or 0xDA5C68) is known color: Cabaret. HEX triplet: DA, 5C and 68. RGB value is (218,92,104). Sum of RGB (Red+Green+Blue) = 218+92+104=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C68 is #25A397. Grayscale: #838383. Windows color (decimal): -2466712 or 6839514. OLE color: 6839514.

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

Color convert

RGB 218 92 104 -
CMYK 0 0.58 0.52 0.15
HSL 354.29º 0.63% 0.61% -
HSV(B) 354.29º 0.58% 0.85% -
XYZ 35.24 23.56 15.79 -
YUV 131.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 218 92 104 0 0.58 0.52 0.15 354.29 0.63 0.61
Hex DA 5C 68 0 3A 34 F 162 3F 3D
Octal 332 134 150 0 72 64 17 542 77 75
Binary 11011010 1011100 1101000 0 111010 110100 1111 101100010 111111 111101

Color Harmonies of #DA5C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C68

Black with #DA5C68

Text Example


Text Example

White with #DA5C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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