Html Css Color HEX #DA475E Mandy

📋 copy color: '#DA475E'

red 218 ◦ green 71 ◦ blue 94

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

Shades of Mandy #DA475E

Tints of Mandy #DA475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

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

R = 56.92%
G = 18.54%
B = 24.54%

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

#DA475E (or 0xDA475E) is known color: Mandy. HEX triplet: DA, 47 and 5E. RGB value is (218,71,94). Sum of RGB (Red+Green+Blue) = 218+71+94=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA475E is #25B8A1. Grayscale: #757575. Windows color (decimal): -2472098 or 6178778. OLE color: 6178778.

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

Color convert

RGB 218 71 94 -
CMYK 0 0.67 0.57 0.15
HSL 350.61º 0.67% 0.57% -
HSV(B) 350.61º 0.67% 0.85% -
XYZ 33.19 20.22 12.74 -
YUV 117.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 218 71 94 0 0.67 0.57 0.15 350.61 0.67 0.57
Hex DA 47 5E 0 43 39 F 15F 43 39
Octal 332 107 136 0 103 71 17 537 103 71
Binary 11011010 1000111 1011110 0 1000011 111001 1111 101011111 1000011 111001

Color Harmonies of #DA475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA475E

Black with #DA475E

Text Example


Text Example

White with #DA475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA475E; }

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

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

background-color css

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

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

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

border-color css

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

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

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