Html Css Color HEX #DA494E Mandy

📋 copy color: '#DA494E'

red 218 ◦ green 73 ◦ blue 78

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

Shades of Mandy #DA494E

Tints of Mandy #DA494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.14%

R = 59.08%
G = 19.78%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA494E (or 0xDA494E) is known color: Mandy. HEX triplet: DA, 49 and 4E. RGB value is (218,73,78). Sum of RGB (Red+Green+Blue) = 218+73+78=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA494E is #25B6B1. Grayscale: #757575. Windows color (decimal): -2471602 or 5130714. OLE color: 5130714.

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

Color convert

RGB 218 73 78 -
CMYK 0 0.67 0.64 0.15
HSL 357.93º 0.66% 0.57% -
HSV(B) 357.93º 0.67% 0.85% -
XYZ 32.67 20.22 9.39 -
YUV 116.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 218 73 78 0 0.67 0.64 0.15 357.93 0.66 0.57
Hex DA 49 4E 0 43 40 F 166 42 39
Octal 332 111 116 0 103 100 17 546 102 71
Binary 11011010 1001001 1001110 0 1000011 1000000 1111 101100110 1000010 111001

Color Harmonies of #DA494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA494E

Black with #DA494E

Text Example


Text Example

White with #DA494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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