Html Css Color HEX #DA5968 Cabaret

📋 copy color: '#DA5968'

red 218 ◦ green 89 ◦ blue 104

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

Shades of Cabaret #DA5968

Tints of Cabaret #DA5968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.65%

 BLUE value IS 104 (41.02% from 255) = 25.3%

R = 53.04%
G = 21.65%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA5968 (or 0xDA5968) is known color: Cabaret. HEX triplet: DA, 59 and 68. RGB value is (218,89,104). Sum of RGB (Red+Green+Blue) = 218+89+104=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5968 is #25A697. Grayscale: #818181. Windows color (decimal): -2467480 or 6838746. OLE color: 6838746.

HSL color Cylindrical-coordinate representation of color #DA5968: hue angle of 353.02º degrees, saturation: 0.64, 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 #DA5968 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 89 104 -
CMYK 0 0.59 0.52 0.15
HSL 353.02º 0.64% 0.6% -
HSV(B) 353.02º 0.59% 0.85% -
XYZ 34.98 23.05 15.7 -
YUV 129.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 218 89 104 0 0.59 0.52 0.15 353.02 0.64 0.6
Hex DA 59 68 0 3B 34 F 161 40 3C
Octal 332 131 150 0 73 64 17 541 100 74
Binary 11011010 1011001 1101000 0 111011 110100 1111 101100001 1000000 111100

Color Harmonies of #DA5968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5968

Black with #DA5968

Text Example


Text Example

White with #DA5968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5968; }

 p { color: rgb(218,89,104); }

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

background-color css

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

 a { background-color: rgb(218,89,104); }

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

border-color css

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

 span { border-color: rgb(218,89,104); }

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