Html Css Color HEX #DA5065 Cabaret

📋 copy color: '#DA5065'

red 218 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #DA5065

Tints of Cabaret #DA5065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.05%

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 54.64%
G = 20.05%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA5065 (or 0xDA5065) is known color: Cabaret. HEX triplet: DA, 50 and 65. RGB value is (218,80,101). Sum of RGB (Red+Green+Blue) = 218+80+101=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5065 is #25AF9A. Grayscale: #7B7B7B. Windows color (decimal): -2469787 or 6639834. OLE color: 6639834.

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

Color convert

RGB 218 80 101 -
CMYK 0 0.63 0.54 0.15
HSL 350.87º 0.65% 0.58% -
HSV(B) 350.87º 0.63% 0.85% -
XYZ 34.13 21.58 14.68 -
YUV 123.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 218 80 101 0 0.63 0.54 0.15 350.87 0.65 0.58
Hex DA 50 65 0 3F 36 F 15F 41 3A
Octal 332 120 145 0 77 66 17 537 101 72
Binary 11011010 1010000 1100101 0 111111 110110 1111 101011111 1000001 111010

Color Harmonies of #DA5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5065

Black with #DA5065

Text Example


Text Example

White with #DA5065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5065; }

 p { color: rgb(218,80,101); }

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

background-color css

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

 a { background-color: rgb(218,80,101); }

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

border-color css

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

 span { border-color: rgb(218,80,101); }

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