Html Css Color HEX #DA4C4F Mandy

📋 copy color: '#DA4C4F'

red 218 ◦ green 76 ◦ blue 79

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

Shades of Mandy #DA4C4F

Tints of Mandy #DA4C4F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.38%

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

R = 58.45%
G = 20.38%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA4C4F (or 0xDA4C4F) is known color: Mandy. HEX triplet: DA, 4C and 4F. RGB value is (218,76,79). Sum of RGB (Red+Green+Blue) = 218+76+79=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C4F is #25B3B0. Grayscale: #767676. Windows color (decimal): -2470833 or 5197018. OLE color: 5197018.

HSL color Cylindrical-coordinate representation of color #DA4C4F: hue angle of 358.73º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4C4F is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 76 79 -
CMYK 0 0.65 0.64 0.15
HSL 358.73º 0.66% 0.58% -
HSV(B) 358.73º 0.65% 0.85% -
XYZ 32.91 20.64 9.65 -
YUV 118.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 218 76 79 0 0.65 0.64 0.15 358.73 0.66 0.58
Hex DA 4C 4F 0 41 40 F 167 42 3A
Octal 332 114 117 0 101 100 17 547 102 72
Binary 11011010 1001100 1001111 0 1000001 1000000 1111 101100111 1000010 111010

Color Harmonies of #DA4C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C4F

Black with #DA4C4F

Text Example


Text Example

White with #DA4C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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