Html Css Color HEX #DA494C Mandy

📋 copy color: '#DA494C'

red 218 ◦ green 73 ◦ blue 76

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

Shades of Mandy #DA494C

Tints of Mandy #DA494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.89%

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 59.4%
G = 19.89%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA494C (or 0xDA494C) is known color: Mandy. HEX triplet: DA, 49 and 4C. RGB value is (218,73,76). Sum of RGB (Red+Green+Blue) = 218+73+76=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA494C is #25B6B3. Grayscale: #747474. Windows color (decimal): -2471604 or 4999642. OLE color: 4999642.

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

Color convert

RGB 218 73 76 -
CMYK 0 0.67 0.65 0.15
HSL 358.76º 0.66% 0.57% -
HSV(B) 358.76º 0.67% 0.85% -
XYZ 32.6 20.19 9.02 -
YUV 116.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 218 73 76 0 0.67 0.65 0.15 358.76 0.66 0.57
Hex DA 49 4C 0 43 41 F 167 42 39
Octal 332 111 114 0 103 101 17 547 102 71
Binary 11011010 1001001 1001100 0 1000011 1000001 1111 101100111 1000010 111001

Color Harmonies of #DA494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA494C

Black with #DA494C

Text Example


Text Example

White with #DA494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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