Html Css Color HEX #DA4C61 Mandy

📋 copy color: '#DA4C61'

red 218 ◦ green 76 ◦ blue 97

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

Shades of Mandy #DA4C61

Tints of Mandy #DA4C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.81%

R = 55.75%
G = 19.44%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA4C61 (or 0xDA4C61) is known color: Mandy. HEX triplet: DA, 4C and 61. RGB value is (218,76,97). Sum of RGB (Red+Green+Blue) = 218+76+97=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C61 is #25B39E. Grayscale: #787878. Windows color (decimal): -2470815 or 6376666. OLE color: 6376666.

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

Color convert

RGB 218 76 97 -
CMYK 0 0.65 0.56 0.15
HSL 351.13º 0.66% 0.58% -
HSV(B) 351.13º 0.65% 0.85% -
XYZ 33.66 20.94 13.58 -
YUV 120.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 218 76 97 0 0.65 0.56 0.15 351.13 0.66 0.58
Hex DA 4C 61 0 41 38 F 15F 42 3A
Octal 332 114 141 0 101 70 17 537 102 72
Binary 11011010 1001100 1100001 0 1000001 111000 1111 101011111 1000010 111010

Color Harmonies of #DA4C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C61

Black with #DA4C61

Text Example


Text Example

White with #DA4C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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