Html Css Color HEX #DA5766 Cabaret

📋 copy color: '#DA5766'

red 218 ◦ green 87 ◦ blue 102

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

Shades of Cabaret #DA5766

Tints of Cabaret #DA5766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.38%

 BLUE value IS 102 (40.23% from 255) = 25.06%

R = 53.56%
G = 21.38%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA5766 (or 0xDA5766) is known color: Cabaret. HEX triplet: DA, 57 and 66. RGB value is (218,87,102). Sum of RGB (Red+Green+Blue) = 218+87+102=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5766 is #25A899. Grayscale: #7F7F7F. Windows color (decimal): -2467994 or 6707162. OLE color: 6707162.

HSL color Cylindrical-coordinate representation of color #DA5766: hue angle of 353.13º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5766 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 87 102 -
CMYK 0 0.60 0.53 0.15
HSL 353.13º 0.64% 0.6% -
HSV(B) 353.13º 0.6% 0.85% -
XYZ 34.72 22.68 15.12 -
YUV 127.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 218 87 102 0 0.60 0.53 0.15 353.13 0.64 0.6
Hex DA 57 66 0 3C 35 F 161 40 3C
Octal 332 127 146 0 74 65 17 541 100 74
Binary 11011010 1010111 1100110 0 111100 110101 1111 101100001 1000000 111100

Color Harmonies of #DA5766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5766

Black with #DA5766

Text Example


Text Example

White with #DA5766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5766; }

 p { color: rgb(218,87,102); }

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

background-color css

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

 a { background-color: rgb(218,87,102); }

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

border-color css

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

 span { border-color: rgb(218,87,102); }

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