Html Css Color HEX #DA474F Mandy

📋 copy color: '#DA474F'

red 218 ◦ green 71 ◦ blue 79

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

Shades of Mandy #DA474F

Tints of Mandy #DA474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.47%

R = 59.24%
G = 19.29%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA474F (or 0xDA474F) is known color: Mandy. HEX triplet: DA, 47 and 4F. RGB value is (218,71,79). Sum of RGB (Red+Green+Blue) = 218+71+79=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA474F is #25B8B0. Grayscale: #737373. Windows color (decimal): -2472113 or 5195738. OLE color: 5195738.

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

Color convert

RGB 218 71 79 -
CMYK 0 0.67 0.64 0.15
HSL 356.73º 0.67% 0.57% -
HSV(B) 356.73º 0.67% 0.85% -
XYZ 32.58 19.98 9.54 -
YUV 115.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 218 71 79 0 0.67 0.64 0.15 356.73 0.67 0.57
Hex DA 47 4F 0 43 40 F 165 43 39
Octal 332 107 117 0 103 100 17 545 103 71
Binary 11011010 1000111 1001111 0 1000011 1000000 1111 101100101 1000011 111001

Color Harmonies of #DA474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA474F

Black with #DA474F

Text Example


Text Example

White with #DA474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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