Html Css Color HEX #DA556C Cabaret

📋 copy color: '#DA556C'

red 218 ◦ green 85 ◦ blue 108

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

Shades of Cabaret #DA556C

Tints of Cabaret #DA556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.68%

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

R = 53.04%
G = 20.68%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA556C (or 0xDA556C) is known color: Cabaret. HEX triplet: DA, 55 and 6C. RGB value is (218,85,108). Sum of RGB (Red+Green+Blue) = 218+85+108=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA556C is #25AA93. Grayscale: #7F7F7F. Windows color (decimal): -2468500 or 7099866. OLE color: 7099866.

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

Color convert

RGB 218 85 108 -
CMYK 0 0.61 0.50 0.15
HSL 349.62º 0.64% 0.59% -
HSV(B) 349.62º 0.61% 0.85% -
XYZ 34.87 22.49 16.69 -
YUV 127.39 117.06 192.63 -
System Red Green Blue C M Y K H S L
Decimal 218 85 108 0 0.61 0.50 0.15 349.62 0.64 0.59
Hex DA 55 6C 0 3D 32 F 15E 40 3B
Octal 332 125 154 0 75 62 17 536 100 73
Binary 11011010 1010101 1101100 0 111101 110010 1111 101011110 1000000 111011

Color Harmonies of #DA556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA556C

Black with #DA556C

Text Example


Text Example

White with #DA556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA556C; }

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

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

background-color css

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

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

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

border-color css

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

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

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