Html Css Color HEX #DA516D Cabaret

📋 copy color: '#DA516D'

red 218 ◦ green 81 ◦ blue 109

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

Shades of Cabaret #DA516D

Tints of Cabaret #DA516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.85%

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 53.43%
G = 19.85%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA516D (or 0xDA516D) is known color: Cabaret. HEX triplet: DA, 51 and 6D. RGB value is (218,81,109). Sum of RGB (Red+Green+Blue) = 218+81+109=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA516D is #25AE92. Grayscale: #7D7D7D. Windows color (decimal): -2469523 or 7164378. OLE color: 7164378.

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

Color convert

RGB 218 81 109 -
CMYK 0 0.63 0.5 0.15
HSL 347.74º 0.65% 0.59% -
HSV(B) 347.74º 0.63% 0.85% -
XYZ 34.62 21.89 16.87 -
YUV 125.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 218 81 109 0 0.63 0.5 0.15 347.74 0.65 0.59
Hex DA 51 6D 0 3F 32 F 15C 41 3B
Octal 332 121 155 0 77 62 17 534 101 73
Binary 11011010 1010001 1101101 0 111111 110010 1111 101011100 1000001 111011

Color Harmonies of #DA516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA516D

Black with #DA516D

Text Example


Text Example

White with #DA516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA516D; }

 p { color: rgb(218,81,109); }

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

background-color css

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

 a { background-color: rgb(218,81,109); }

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

border-color css

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

 span { border-color: rgb(218,81,109); }

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