Html Css Color HEX #DA516C Cabaret

📋 copy color: '#DA516C'

red 218 ◦ green 81 ◦ blue 108

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

Shades of Cabaret #DA516C

Tints of Cabaret #DA516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.54%

R = 53.56%
G = 19.9%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA516C (or 0xDA516C) is known color: Cabaret. HEX triplet: DA, 51 and 6C. RGB value is (218,81,108). Sum of RGB (Red+Green+Blue) = 218+81+108=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA516C is #25AE93. Grayscale: #7D7D7D. Windows color (decimal): -2469524 or 7098842. OLE color: 7098842.

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

Color convert

RGB 218 81 108 -
CMYK 0 0.63 0.50 0.15
HSL 348.18º 0.65% 0.59% -
HSV(B) 348.18º 0.63% 0.85% -
XYZ 34.56 21.87 16.59 -
YUV 125.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 218 81 108 0 0.63 0.50 0.15 348.18 0.65 0.59
Hex DA 51 6C 0 3F 32 F 15C 41 3B
Octal 332 121 154 0 77 62 17 534 101 73
Binary 11011010 1010001 1101100 0 111111 110010 1111 101011100 1000001 111011

Color Harmonies of #DA516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA516C

Black with #DA516C

Text Example


Text Example

White with #DA516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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