Html Css Color HEX #DA4449 Mandy

📋 copy color: '#DA4449'

red 218 ◦ green 68 ◦ blue 73

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

Shades of Mandy #DA4449

Tints of Mandy #DA4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.94%

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

R = 60.72%
G = 18.94%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA4449 (or 0xDA4449) is known color: Mandy. HEX triplet: DA, 44 and 49. RGB value is (218,68,73). Sum of RGB (Red+Green+Blue) = 218+68+73=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4449 is #25BBB6. Grayscale: #717171. Windows color (decimal): -2472887 or 4801754. OLE color: 4801754.

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

Color convert

RGB 218 68 73 -
CMYK 0 0.69 0.67 0.15
HSL 358º 0.67% 0.56% -
HSV(B) 358º 0.69% 0.85% -
XYZ 32.18 19.52 8.37 -
YUV 113.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 218 68 73 0 0.69 0.67 0.15 358 0.67 0.56
Hex DA 44 49 0 45 43 F 166 43 38
Octal 332 104 111 0 105 103 17 546 103 70
Binary 11011010 1000100 1001001 0 1000101 1000011 1111 101100110 1000011 111000

Color Harmonies of #DA4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4449

Black with #DA4449

Text Example


Text Example

White with #DA4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4449; }

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

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

background-color css

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

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

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

border-color css

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

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

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