Html Css Color HEX #DA516A Cabaret

📋 copy color: '#DA516A'

red 218 ◦ green 81 ◦ blue 106

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

Shades of Cabaret #DA516A

Tints of Cabaret #DA516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.17%

R = 53.83%
G = 20%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA516A (or 0xDA516A) is known color: Cabaret. HEX triplet: DA, 51 and 6A. RGB value is (218,81,106). Sum of RGB (Red+Green+Blue) = 218+81+106=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA516A is #25AE95. Grayscale: #7C7C7C. Windows color (decimal): -2469526 or 6967770. OLE color: 6967770.

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

Color convert

RGB 218 81 106 -
CMYK 0 0.63 0.51 0.15
HSL 349.05º 0.65% 0.59% -
HSV(B) 349.05º 0.63% 0.85% -
XYZ 34.46 21.83 16.03 -
YUV 124.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 218 81 106 0 0.63 0.51 0.15 349.05 0.65 0.59
Hex DA 51 6A 0 3F 33 F 15D 41 3B
Octal 332 121 152 0 77 63 17 535 101 73
Binary 11011010 1010001 1101010 0 111111 110011 1111 101011101 1000001 111011

Color Harmonies of #DA516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA516A

Black with #DA516A

Text Example


Text Example

White with #DA516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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