Html Css Color HEX #DA5D71 Cabaret

📋 copy color: '#DA5D71'

red 218 ◦ green 93 ◦ blue 113

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

Shades of Cabaret #DA5D71

Tints of Cabaret #DA5D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

 BLUE value IS 113 (44.53% from 255) = 26.65%

R = 51.42%
G = 21.93%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA5D71 (or 0xDA5D71) is known color: Cabaret. HEX triplet: DA, 5D and 71. RGB value is (218,93,113). Sum of RGB (Red+Green+Blue) = 218+93+113=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D71 is #25A28E. Grayscale: #848484. Windows color (decimal): -2466447 or 7429594. OLE color: 7429594.

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

Color convert

RGB 218 93 113 -
CMYK 0 0.57 0.48 0.15
HSL 350.4º 0.63% 0.61% -
HSV(B) 350.4º 0.57% 0.85% -
XYZ 35.81 23.93 18.35 -
YUV 132.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 218 93 113 0 0.57 0.48 0.15 350.4 0.63 0.61
Hex DA 5D 71 0 39 30 F 15E 3F 3D
Octal 332 135 161 0 71 60 17 536 77 75
Binary 11011010 1011101 1110001 0 111001 110000 1111 101011110 111111 111101

Color Harmonies of #DA5D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D71

Black with #DA5D71

Text Example


Text Example

White with #DA5D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D71; }

 p { color: rgb(218,93,113); }

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

background-color css

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

 a { background-color: rgb(218,93,113); }

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

border-color css

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

 span { border-color: rgb(218,93,113); }

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