Html Css Color HEX #DA4C57 Mandy

📋 copy color: '#DA4C57'

red 218 ◦ green 76 ◦ blue 87

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

Shades of Mandy #DA4C57

Tints of Mandy #DA4C57

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

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

R = 57.22%
G = 19.95%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA4C57 (or 0xDA4C57) is known color: Mandy. HEX triplet: DA, 4C and 57. RGB value is (218,76,87). Sum of RGB (Red+Green+Blue) = 218+76+87=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C57 is #25B3A8. Grayscale: #777777. Windows color (decimal): -2470825 or 5721306. OLE color: 5721306.

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

Color convert

RGB 218 76 87 -
CMYK 0 0.65 0.60 0.15
HSL 355.35º 0.66% 0.58% -
HSV(B) 355.35º 0.65% 0.85% -
XYZ 33.22 20.76 11.27 -
YUV 119.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 218 76 87 0 0.65 0.60 0.15 355.35 0.66 0.58
Hex DA 4C 57 0 41 3C F 163 42 3A
Octal 332 114 127 0 101 74 17 543 102 72
Binary 11011010 1001100 1010111 0 1000001 111100 1111 101100011 1000010 111010

Color Harmonies of #DA4C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C57

Black with #DA4C57

Text Example


Text Example

White with #DA4C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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