Html Css Color HEX #DA4849 Mandy

📋 copy color: '#DA4849'

red 218 ◦ green 72 ◦ blue 73

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

Shades of Mandy #DA4849

Tints of Mandy #DA4849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 60.06%
G = 19.83%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA4849 (or 0xDA4849) is known color: Mandy. HEX triplet: DA, 48 and 49. RGB value is (218,72,73). Sum of RGB (Red+Green+Blue) = 218+72+73=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4849 is #25B7B6. Grayscale: #737373. Windows color (decimal): -2471863 or 4802778. OLE color: 4802778.

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

Color convert

RGB 218 72 73 -
CMYK 0 0.67 0.67 0.15
HSL 359.59º 0.66% 0.57% -
HSV(B) 359.59º 0.67% 0.85% -
XYZ 32.43 20.02 8.46 -
YUV 115.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 218 72 73 0 0.67 0.67 0.15 359.59 0.66 0.57
Hex DA 48 49 0 43 43 F 168 42 39
Octal 332 110 111 0 103 103 17 550 102 71
Binary 11011010 1001000 1001001 0 1000011 1000011 1111 101101000 1000010 111001

Color Harmonies of #DA4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4849

Black with #DA4849

Text Example


Text Example

White with #DA4849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4849; }

 p { color: rgb(218,72,73); }

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

background-color css

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

 a { background-color: rgb(218,72,73); }

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

border-color css

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

 span { border-color: rgb(218,72,73); }

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