Html Css Color HEX #DA5A6D Cabaret

📋 copy color: '#DA5A6D'

red 218 ◦ green 90 ◦ blue 109

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

Shades of Cabaret #DA5A6D

Tints of Cabaret #DA5A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.58%

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

R = 52.28%
G = 21.58%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA5A6D (or 0xDA5A6D) is known color: Cabaret. HEX triplet: DA, 5A and 6D. RGB value is (218,90,109). Sum of RGB (Red+Green+Blue) = 218+90+109=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5A6D is #25A592. Grayscale: #828282. Windows color (decimal): -2467219 or 7166682. OLE color: 7166682.

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

Color convert

RGB 218 90 109 -
CMYK 0 0.59 0.5 0.15
HSL 351.09º 0.63% 0.6% -
HSV(B) 351.09º 0.59% 0.85% -
XYZ 35.33 23.32 17.11 -
YUV 130.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 218 90 109 0 0.59 0.5 0.15 351.09 0.63 0.6
Hex DA 5A 6D 0 3B 32 F 15F 3F 3C
Octal 332 132 155 0 73 62 17 537 77 74
Binary 11011010 1011010 1101101 0 111011 110010 1111 101011111 111111 111100

Color Harmonies of #DA5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A6D

Black with #DA5A6D

Text Example


Text Example

White with #DA5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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