Html Css Color HEX #D4404F Mandy

📋 copy color: '#D4404F'

red 212 ◦ green 64 ◦ blue 79

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

Shades of Mandy #D4404F

Tints of Mandy #D4404F

RGB

 RED value IS 212 (83.2% from 255) = 59.72%

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 59.72%
G = 18.03%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4404F (or 0xD4404F) is known color: Mandy. HEX triplet: D4, 40 and 4F. RGB value is (212,64,79). Sum of RGB (Red+Green+Blue) = 212+64+79=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4404F is #2BBFB0. Grayscale: #6E6E6E. Windows color (decimal): -2867121 or 5193940. OLE color: 5193940.

HSL color Cylindrical-coordinate representation of color #D4404F: hue angle of 353.92º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4404F is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 64 79 -
CMYK 0 0.70 0.63 0.17
HSL 353.92º 0.63% 0.54% -
HSV(B) 353.92º 0.7% 0.83% -
XYZ 30.4 18.23 9.31 -
YUV 109.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 212 64 79 0 0.70 0.63 0.17 353.92 0.63 0.54
Hex D4 40 4F 0 46 3F 11 162 3F 36
Octal 324 100 117 0 106 77 21 542 77 66
Binary 11010100 1000000 1001111 0 1000110 111111 10001 101100010 111111 110110

Color Harmonies of #D4404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4404F

Black with #D4404F

Text Example


Text Example

White with #D4404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4404F; }

 p { color: rgb(212,64,79); }

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

background-color css

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

 a { background-color: rgb(212,64,79); }

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

border-color css

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

 span { border-color: rgb(212,64,79); }

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