Html Css Color HEX #DA5057 Mandy

📋 copy color: '#DA5057'

red 218 ◦ green 80 ◦ blue 87

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

Shades of Mandy #DA5057

Tints of Mandy #DA5057

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.78%

 BLUE value IS 87 (34.38% from 255) = 22.6%

R = 56.62%
G = 20.78%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA5057 (or 0xDA5057) is known color: Mandy. HEX triplet: DA, 50 and 57. RGB value is (218,80,87). Sum of RGB (Red+Green+Blue) = 218+80+87=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5057 is #25AFA8. Grayscale: #7A7A7A. Windows color (decimal): -2469801 or 5722330. OLE color: 5722330.

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

Color convert

RGB 218 80 87 -
CMYK 0 0.63 0.60 0.15
HSL 356.96º 0.65% 0.58% -
HSV(B) 356.96º 0.63% 0.85% -
XYZ 33.5 21.33 11.37 -
YUV 122.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 218 80 87 0 0.63 0.60 0.15 356.96 0.65 0.58
Hex DA 50 57 0 3F 3C F 165 41 3A
Octal 332 120 127 0 77 74 17 545 101 72
Binary 11011010 1010000 1010111 0 111111 111100 1111 101100101 1000001 111010

Color Harmonies of #DA5057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5057

Black with #DA5057

Text Example


Text Example

White with #DA5057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5057; }

 p { color: rgb(218,80,87); }

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

background-color css

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

 a { background-color: rgb(218,80,87); }

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

border-color css

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

 span { border-color: rgb(218,80,87); }

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