Html Css Color HEX #DA5569 Cabaret

📋 copy color: '#DA5569'

red 218 ◦ green 85 ◦ blue 105

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

Shades of Cabaret #DA5569

Tints of Cabaret #DA5569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.83%

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 53.43%
G = 20.83%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA5569 (or 0xDA5569) is known color: Cabaret. HEX triplet: DA, 55 and 69. RGB value is (218,85,105). Sum of RGB (Red+Green+Blue) = 218+85+105=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5569 is #25AA96. Grayscale: #7F7F7F. Windows color (decimal): -2468503 or 6903258. OLE color: 6903258.

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

Color convert

RGB 218 85 105 -
CMYK 0 0.61 0.52 0.15
HSL 350.98º 0.64% 0.59% -
HSV(B) 350.98º 0.61% 0.85% -
XYZ 34.71 22.42 15.86 -
YUV 127.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 218 85 105 0 0.61 0.52 0.15 350.98 0.64 0.59
Hex DA 55 69 0 3D 34 F 15F 40 3B
Octal 332 125 151 0 75 64 17 537 100 73
Binary 11011010 1010101 1101001 0 111101 110100 1111 101011111 1000000 111011

Color Harmonies of #DA5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5569

Black with #DA5569

Text Example


Text Example

White with #DA5569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5569; }

 p { color: rgb(218,85,105); }

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

background-color css

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

 a { background-color: rgb(218,85,105); }

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

border-color css

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

 span { border-color: rgb(218,85,105); }

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