Html Css Color HEX #DA4A4F Mandy

📋 copy color: '#DA4A4F'

red 218 ◦ green 74 ◦ blue 79

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

Shades of Mandy #DA4A4F

Tints of Mandy #DA4A4F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 58.76%
G = 19.95%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA4A4F (or 0xDA4A4F) is known color: Mandy. HEX triplet: DA, 4A and 4F. RGB value is (218,74,79). Sum of RGB (Red+Green+Blue) = 218+74+79=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A4F is #25B5B0. Grayscale: #757575. Windows color (decimal): -2471345 or 5196506. OLE color: 5196506.

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

Color convert

RGB 218 74 79 -
CMYK 0 0.66 0.64 0.15
HSL 357.92º 0.66% 0.57% -
HSV(B) 357.92º 0.66% 0.85% -
XYZ 32.77 20.37 9.6 -
YUV 117.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 218 74 79 0 0.66 0.64 0.15 357.92 0.66 0.57
Hex DA 4A 4F 0 42 40 F 166 42 39
Octal 332 112 117 0 102 100 17 546 102 71
Binary 11011010 1001010 1001111 0 1000010 1000000 1111 101100110 1000010 111001

Color Harmonies of #DA4A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A4F

Black with #DA4A4F

Text Example


Text Example

White with #DA4A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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