Html Css Color HEX #DA4149 Mandy

📋 copy color: '#DA4149'

red 218 ◦ green 65 ◦ blue 73

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

Shades of Mandy #DA4149

Tints of Mandy #DA4149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.26%

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

R = 61.24%
G = 18.26%
B = 20.51%

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

#DA4149 (or 0xDA4149) is known color: Mandy. HEX triplet: DA, 41 and 49. RGB value is (218,65,73). Sum of RGB (Red+Green+Blue) = 218+65+73=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4149 is #25BEB6. Grayscale: #6F6F6F. Windows color (decimal): -2473655 or 4800986. OLE color: 4800986.

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

Color convert

RGB 218 65 73 -
CMYK 0 0.70 0.67 0.15
HSL 356.86º 0.67% 0.55% -
HSV(B) 356.86º 0.7% 0.85% -
XYZ 32.01 19.17 8.32 -
YUV 111.66 106.19 203.85 -
System Red Green Blue C M Y K H S L
Decimal 218 65 73 0 0.70 0.67 0.15 356.86 0.67 0.55
Hex DA 41 49 0 46 43 F 165 43 37
Octal 332 101 111 0 106 103 17 545 103 67
Binary 11011010 1000001 1001001 0 1000110 1000011 1111 101100101 1000011 110111

Color Harmonies of #DA4149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4149

Black with #DA4149

Text Example


Text Example

White with #DA4149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4149; }

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

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

background-color css

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

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

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

border-color css

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

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

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