Html Css Color HEX #DA495D Mandy

📋 copy color: '#DA495D'

red 218 ◦ green 73 ◦ blue 93

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

Shades of Mandy #DA495D

Tints of Mandy #DA495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.22%

R = 56.77%
G = 19.01%
B = 24.22%

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

#DA495D (or 0xDA495D) is known color: Mandy. HEX triplet: DA, 49 and 5D. RGB value is (218,73,93). Sum of RGB (Red+Green+Blue) = 218+73+93=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA495D is #25B6A2. Grayscale: #767676. Windows color (decimal): -2471587 or 6113754. OLE color: 6113754.

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

Color convert

RGB 218 73 93 -
CMYK 0 0.67 0.57 0.15
HSL 351.72º 0.66% 0.57% -
HSV(B) 351.72º 0.67% 0.85% -
XYZ 33.27 20.46 12.55 -
YUV 118.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 218 73 93 0 0.67 0.57 0.15 351.72 0.66 0.57
Hex DA 49 5D 0 43 39 F 160 42 39
Octal 332 111 135 0 103 71 17 540 102 71
Binary 11011010 1001001 1011101 0 1000011 111001 1111 101100000 1000010 111001

Color Harmonies of #DA495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA495D

Black with #DA495D

Text Example


Text Example

White with #DA495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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