Html Css Color HEX #DA5567 Cabaret

📋 copy color: '#DA5567'

red 218 ◦ green 85 ◦ blue 103

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

Shades of Cabaret #DA5567

Tints of Cabaret #DA5567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.37%

R = 53.69%
G = 20.94%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA5567 (or 0xDA5567) is known color: Cabaret. HEX triplet: DA, 55 and 67. RGB value is (218,85,103). Sum of RGB (Red+Green+Blue) = 218+85+103=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5567 is #25AA98. Grayscale: #7E7E7E. Windows color (decimal): -2468505 or 6772186. OLE color: 6772186.

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

Color convert

RGB 218 85 103 -
CMYK 0 0.61 0.53 0.15
HSL 351.88º 0.64% 0.59% -
HSV(B) 351.88º 0.61% 0.85% -
XYZ 34.61 22.38 15.33 -
YUV 126.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 218 85 103 0 0.61 0.53 0.15 351.88 0.64 0.59
Hex DA 55 67 0 3D 35 F 160 40 3B
Octal 332 125 147 0 75 65 17 540 100 73
Binary 11011010 1010101 1100111 0 111101 110101 1111 101100000 1000000 111011

Color Harmonies of #DA5567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5567

Black with #DA5567

Text Example


Text Example

White with #DA5567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5567; }

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

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

background-color css

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

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

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

border-color css

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

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

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