Html Css Color HEX #DA5C70 Cabaret

📋 copy color: '#DA5C70'

red 218 ◦ green 92 ◦ blue 112

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

Shades of Cabaret #DA5C70

Tints of Cabaret #DA5C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 51.66%
G = 21.8%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA5C70 (or 0xDA5C70) is known color: Cabaret. HEX triplet: DA, 5C and 70. RGB value is (218,92,112). Sum of RGB (Red+Green+Blue) = 218+92+112=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C70 is #25A38F. Grayscale: #838383. Windows color (decimal): -2466704 or 7363802. OLE color: 7363802.

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

Color convert

RGB 218 92 112 -
CMYK 0 0.58 0.49 0.15
HSL 350.48º 0.63% 0.61% -
HSV(B) 350.48º 0.58% 0.85% -
XYZ 35.67 23.73 18.03 -
YUV 131.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 218 92 112 0 0.58 0.49 0.15 350.48 0.63 0.61
Hex DA 5C 70 0 3A 31 F 15E 3F 3D
Octal 332 134 160 0 72 61 17 536 77 75
Binary 11011010 1011100 1110000 0 111010 110001 1111 101011110 111111 111101

Color Harmonies of #DA5C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C70

Black with #DA5C70

Text Example


Text Example

White with #DA5C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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