Html Css Color HEX #DA474C Mandy

📋 copy color: '#DA474C'

red 218 ◦ green 71 ◦ blue 76

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

Shades of Mandy #DA474C

Tints of Mandy #DA474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.82%

R = 59.73%
G = 19.45%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA474C (or 0xDA474C) is known color: Mandy. HEX triplet: DA, 47 and 4C. RGB value is (218,71,76). Sum of RGB (Red+Green+Blue) = 218+71+76=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA474C is #25B8B3. Grayscale: #737373. Windows color (decimal): -2472116 or 4999130. OLE color: 4999130.

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

Color convert

RGB 218 71 76 -
CMYK 0 0.67 0.65 0.15
HSL 357.96º 0.67% 0.57% -
HSV(B) 357.96º 0.67% 0.85% -
XYZ 32.47 19.93 8.97 -
YUV 115.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 218 71 76 0 0.67 0.65 0.15 357.96 0.67 0.57
Hex DA 47 4C 0 43 41 F 166 43 39
Octal 332 107 114 0 103 101 17 546 103 71
Binary 11011010 1000111 1001100 0 1000011 1000001 1111 101100110 1000011 111001

Color Harmonies of #DA474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA474C

Black with #DA474C

Text Example


Text Example

White with #DA474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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