Html Css Color HEX #DA5B6D Cabaret

📋 copy color: '#DA5B6D'

red 218 ◦ green 91 ◦ blue 109

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

Shades of Cabaret #DA5B6D

Tints of Cabaret #DA5B6D

RGB

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

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

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

R = 52.15%
G = 21.77%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA5B6D (or 0xDA5B6D) is known color: Cabaret. HEX triplet: DA, 5B and 6D. RGB value is (218,91,109). Sum of RGB (Red+Green+Blue) = 218+91+109=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B6D is #25A492. Grayscale: #838383. Windows color (decimal): -2466963 or 7166938. OLE color: 7166938.

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

Color convert

RGB 218 91 109 -
CMYK 0 0.58 0.5 0.15
HSL 351.5º 0.63% 0.61% -
HSV(B) 351.5º 0.58% 0.85% -
XYZ 35.41 23.49 17.14 -
YUV 131.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 218 91 109 0 0.58 0.5 0.15 351.5 0.63 0.61
Hex DA 5B 6D 0 3A 32 F 15F 3F 3D
Octal 332 133 155 0 72 62 17 537 77 75
Binary 11011010 1011011 1101101 0 111010 110010 1111 101011111 111111 111101

Color Harmonies of #DA5B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5B6D

Black with #DA5B6D

Text Example


Text Example

White with #DA5B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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