Html Css Color HEX #DA4C4E Mandy

📋 copy color: '#DA4C4E'

red 218 ◦ green 76 ◦ blue 78

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

Shades of Mandy #DA4C4E

Tints of Mandy #DA4C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.97%

R = 58.6%
G = 20.43%
B = 20.97%

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

#DA4C4E (or 0xDA4C4E) is known color: Mandy. HEX triplet: DA, 4C and 4E. RGB value is (218,76,78). Sum of RGB (Red+Green+Blue) = 218+76+78=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C4E is #25B3B1. Grayscale: #767676. Windows color (decimal): -2470834 or 5131482. OLE color: 5131482.

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

Color convert

RGB 218 76 78 -
CMYK 0 0.65 0.64 0.15
HSL 359.15º 0.66% 0.58% -
HSV(B) 359.15º 0.65% 0.85% -
XYZ 32.87 20.62 9.46 -
YUV 118.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 218 76 78 0 0.65 0.64 0.15 359.15 0.66 0.58
Hex DA 4C 4E 0 41 40 F 167 42 3A
Octal 332 114 116 0 101 100 17 547 102 72
Binary 11011010 1001100 1001110 0 1000001 1000000 1111 101100111 1000010 111010

Color Harmonies of #DA4C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C4E

Black with #DA4C4E

Text Example


Text Example

White with #DA4C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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