Html Css Color HEX #DA5556 Mandy

📋 copy color: '#DA5556'

red 218 ◦ green 85 ◦ blue 86

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

Shades of Mandy #DA5556

Tints of Mandy #DA5556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.11%

R = 56.04%
G = 21.85%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA5556 (or 0xDA5556) is known color: Mandy. HEX triplet: DA, 55 and 56. RGB value is (218,85,86). Sum of RGB (Red+Green+Blue) = 218+85+86=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5556 is #25AAA9. Grayscale: #7D7D7D. Windows color (decimal): -2468522 or 5658074. OLE color: 5658074.

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

Color convert

RGB 218 85 86 -
CMYK 0 0.61 0.61 0.15
HSL 359.55º 0.64% 0.59% -
HSV(B) 359.55º 0.61% 0.85% -
XYZ 33.84 22.07 11.28 -
YUV 124.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 218 85 86 0 0.61 0.61 0.15 359.55 0.64 0.59
Hex DA 55 56 0 3D 3D F 168 40 3B
Octal 332 125 126 0 75 75 17 550 100 73
Binary 11011010 1010101 1010110 0 111101 111101 1111 101101000 1000000 111011

Color Harmonies of #DA5556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5556

Black with #DA5556

Text Example


Text Example

White with #DA5556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5556; }

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

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

background-color css

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

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

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

border-color css

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

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

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