Html Css Color HEX #DA5B6C Cabaret

📋 copy color: '#DA5B6C'

red 218 ◦ green 91 ◦ blue 108

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

Shades of Cabaret #DA5B6C

Tints of Cabaret #DA5B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.82%

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

R = 52.28%
G = 21.82%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA5B6C (or 0xDA5B6C) is known color: Cabaret. HEX triplet: DA, 5B and 6C. RGB value is (218,91,108). Sum of RGB (Red+Green+Blue) = 218+91+108=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B6C is #25A493. Grayscale: #828282. Windows color (decimal): -2466964 or 7101402. OLE color: 7101402.

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

Color convert

RGB 218 91 108 -
CMYK 0 0.58 0.50 0.15
HSL 351.97º 0.63% 0.61% -
HSV(B) 351.97º 0.58% 0.85% -
XYZ 35.36 23.47 16.85 -
YUV 130.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 218 91 108 0 0.58 0.50 0.15 351.97 0.63 0.61
Hex DA 5B 6C 0 3A 32 F 160 3F 3D
Octal 332 133 154 0 72 62 17 540 77 75
Binary 11011010 1011011 1101100 0 111010 110010 1111 101100000 111111 111101

Color Harmonies of #DA5B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5B6C

Black with #DA5B6C

Text Example


Text Example

White with #DA5B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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