Html Css Color HEX #DA495E Mandy

📋 copy color: '#DA495E'

red 218 ◦ green 73 ◦ blue 94

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

Shades of Mandy #DA495E

Tints of Mandy #DA495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.42%

R = 56.62%
G = 18.96%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA495E (or 0xDA495E) is known color: Mandy. HEX triplet: DA, 49 and 5E. RGB value is (218,73,94). Sum of RGB (Red+Green+Blue) = 218+73+94=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA495E is #25B6A1. Grayscale: #767676. Windows color (decimal): -2471586 or 6179290. OLE color: 6179290.

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

Color convert

RGB 218 73 94 -
CMYK 0 0.67 0.57 0.15
HSL 351.31º 0.66% 0.57% -
HSV(B) 351.31º 0.67% 0.85% -
XYZ 33.32 20.48 12.79 -
YUV 118.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 218 73 94 0 0.67 0.57 0.15 351.31 0.66 0.57
Hex DA 49 5E 0 43 39 F 15F 42 39
Octal 332 111 136 0 103 71 17 537 102 71
Binary 11011010 1001001 1011110 0 1000011 111001 1111 101011111 1000010 111001

Color Harmonies of #DA495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA495E

Black with #DA495E

Text Example


Text Example

White with #DA495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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