Html Css Color HEX #DA506D Cabaret

📋 copy color: '#DA506D'

red 218 ◦ green 80 ◦ blue 109

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

Shades of Cabaret #DA506D

Tints of Cabaret #DA506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.66%

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

R = 53.56%
G = 19.66%
B = 26.78%

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

#DA506D (or 0xDA506D) is known color: Cabaret. HEX triplet: DA, 50 and 6D. RGB value is (218,80,109). Sum of RGB (Red+Green+Blue) = 218+80+109=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA506D is #25AF92. Grayscale: #7C7C7C. Windows color (decimal): -2469779 or 7164122. OLE color: 7164122.

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

Color convert

RGB 218 80 109 -
CMYK 0 0.63 0.5 0.15
HSL 347.39º 0.65% 0.58% -
HSV(B) 347.39º 0.63% 0.85% -
XYZ 34.54 21.75 16.84 -
YUV 124.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 218 80 109 0 0.63 0.5 0.15 347.39 0.65 0.58
Hex DA 50 6D 0 3F 32 F 15B 41 3A
Octal 332 120 155 0 77 62 17 533 101 72
Binary 11011010 1010000 1101101 0 111111 110010 1111 101011011 1000001 111010

Color Harmonies of #DA506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA506D

Black with #DA506D

Text Example


Text Example

White with #DA506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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