Html Css Color HEX #DA4D61 Mandy

📋 copy color: '#DA4D61'

red 218 ◦ green 77 ◦ blue 97

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

Shades of Mandy #DA4D61

Tints of Mandy #DA4D61

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.64%

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

R = 55.61%
G = 19.64%
B = 24.74%

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

#DA4D61 (or 0xDA4D61) is known color: Mandy. HEX triplet: DA, 4D and 61. RGB value is (218,77,97). Sum of RGB (Red+Green+Blue) = 218+77+97=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D61 is #25B29E. Grayscale: #797979. Windows color (decimal): -2470559 or 6376922. OLE color: 6376922.

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

Color convert

RGB 218 77 97 -
CMYK 0 0.65 0.56 0.15
HSL 351.49º 0.66% 0.58% -
HSV(B) 351.49º 0.65% 0.85% -
XYZ 33.72 21.08 13.6 -
YUV 121.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 218 77 97 0 0.65 0.56 0.15 351.49 0.66 0.58
Hex DA 4D 61 0 41 38 F 15F 42 3A
Octal 332 115 141 0 101 70 17 537 102 72
Binary 11011010 1001101 1100001 0 1000001 111000 1111 101011111 1000010 111010

Color Harmonies of #DA4D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D61

Black with #DA4D61

Text Example


Text Example

White with #DA4D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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