Html Css Color HEX #DA536C Cabaret

📋 copy color: '#DA536C'

red 218 ◦ green 83 ◦ blue 108

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

Shades of Cabaret #DA536C

Tints of Cabaret #DA536C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

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

R = 53.3%
G = 20.29%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA536C (or 0xDA536C) is known color: Cabaret. HEX triplet: DA, 53 and 6C. RGB value is (218,83,108). Sum of RGB (Red+Green+Blue) = 218+83+108=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA536C is #25AC93. Grayscale: #7E7E7E. Windows color (decimal): -2469012 or 7099354. OLE color: 7099354.

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

Color convert

RGB 218 83 108 -
CMYK 0 0.62 0.50 0.15
HSL 348.89º 0.65% 0.59% -
HSV(B) 348.89º 0.62% 0.85% -
XYZ 34.71 22.17 16.64 -
YUV 126.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 218 83 108 0 0.62 0.50 0.15 348.89 0.65 0.59
Hex DA 53 6C 0 3E 32 F 15D 41 3B
Octal 332 123 154 0 76 62 17 535 101 73
Binary 11011010 1010011 1101100 0 111110 110010 1111 101011101 1000001 111011

Color Harmonies of #DA536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA536C

Black with #DA536C

Text Example


Text Example

White with #DA536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA536C; }

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

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

background-color css

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

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

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

border-color css

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

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

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