Html Css Color HEX #DA495B Mandy

📋 copy color: '#DA495B'

red 218 ◦ green 73 ◦ blue 91

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

Shades of Mandy #DA495B

Tints of Mandy #DA495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 57.07%
G = 19.11%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA495B (or 0xDA495B) is known color: Mandy. HEX triplet: DA, 49 and 5B. RGB value is (218,73,91). Sum of RGB (Red+Green+Blue) = 218+73+91=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA495B is #25B6A4. Grayscale: #767676. Windows color (decimal): -2471589 or 5982682. OLE color: 5982682.

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

Color convert

RGB 218 73 91 -
CMYK 0 0.67 0.58 0.15
HSL 352.55º 0.66% 0.57% -
HSV(B) 352.55º 0.67% 0.85% -
XYZ 33.18 20.43 12.09 -
YUV 118.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 218 73 91 0 0.67 0.58 0.15 352.55 0.66 0.57
Hex DA 49 5B 0 43 3A F 161 42 39
Octal 332 111 133 0 103 72 17 541 102 71
Binary 11011010 1001001 1011011 0 1000011 111010 1111 101100001 1000010 111001

Color Harmonies of #DA495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA495B

Black with #DA495B

Text Example


Text Example

White with #DA495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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