Html Css Color HEX #DA4249 Mandy

📋 copy color: '#DA4249'

red 218 ◦ green 66 ◦ blue 73

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

Shades of Mandy #DA4249

Tints of Mandy #DA4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.49%

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

R = 61.06%
G = 18.49%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA4249 (or 0xDA4249) is known color: Mandy. HEX triplet: DA, 42 and 49. RGB value is (218,66,73). Sum of RGB (Red+Green+Blue) = 218+66+73=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4249 is #25BDB6. Grayscale: #707070. Windows color (decimal): -2473399 or 4801242. OLE color: 4801242.

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

Color convert

RGB 218 66 73 -
CMYK 0 0.70 0.67 0.15
HSL 357.24º 0.67% 0.56% -
HSV(B) 357.24º 0.7% 0.85% -
XYZ 32.06 19.28 8.34 -
YUV 112.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 218 66 73 0 0.70 0.67 0.15 357.24 0.67 0.56
Hex DA 42 49 0 46 43 F 165 43 38
Octal 332 102 111 0 106 103 17 545 103 70
Binary 11011010 1000010 1001001 0 1000110 1000011 1111 101100101 1000011 111000

Color Harmonies of #DA4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4249

Black with #DA4249

Text Example


Text Example

White with #DA4249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4249; }

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

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

background-color css

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

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

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

border-color css

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

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

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