Html Css Color HEX #DA5970 Cabaret

📋 copy color: '#DA5970'

red 218 ◦ green 89 ◦ blue 112

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

Shades of Cabaret #DA5970

Tints of Cabaret #DA5970

RGB

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

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

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

R = 52.03%
G = 21.24%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA5970 (or 0xDA5970) is known color: Cabaret. HEX triplet: DA, 59 and 70. RGB value is (218,89,112). Sum of RGB (Red+Green+Blue) = 218+89+112=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5970 is #25A68F. Grayscale: #828282. Windows color (decimal): -2467472 or 7363034. OLE color: 7363034.

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

Color convert

RGB 218 89 112 -
CMYK 0 0.59 0.49 0.15
HSL 349.3º 0.64% 0.6% -
HSV(B) 349.3º 0.59% 0.85% -
XYZ 35.41 23.22 17.94 -
YUV 130.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 218 89 112 0 0.59 0.49 0.15 349.3 0.64 0.6
Hex DA 59 70 0 3B 31 F 15D 40 3C
Octal 332 131 160 0 73 61 17 535 100 74
Binary 11011010 1011001 1110000 0 111011 110001 1111 101011101 1000000 111100

Color Harmonies of #DA5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5970

Black with #DA5970

Text Example


Text Example

White with #DA5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5970; }

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

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

background-color css

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

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

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

border-color css

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

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

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