Html Css Color HEX #D34E4F Mandy

📋 copy color: '#D34E4F'

red 211 ◦ green 78 ◦ blue 79

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

Shades of Mandy #D34E4F

Tints of Mandy #D34E4F

RGB

 RED value IS 211 (82.81% from 255) = 57.34%

 GREEN value IS 78 (30.86% from 255) = 21.2%

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

R = 57.34%
G = 21.2%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D34E4F (or 0xD34E4F) is known color: Mandy. HEX triplet: D3, 4E and 4F. RGB value is (211,78,79). Sum of RGB (Red+Green+Blue) = 211+78+79=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E4F is #2CB1B0. Grayscale: #767676. Windows color (decimal): -2929073 or 5197523. OLE color: 5197523.

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

Color convert

RGB 211 78 79 -
CMYK 0 0.63 0.63 0.17
HSL 359.55º 0.6% 0.57% -
HSV(B) 359.55º 0.63% 0.83% -
XYZ 31 19.86 9.6 -
YUV 117.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 211 78 79 0 0.63 0.63 0.17 359.55 0.6 0.57
Hex D3 4E 4F 0 3F 3F 11 168 3C 39
Octal 323 116 117 0 77 77 21 550 74 71
Binary 11010011 1001110 1001111 0 111111 111111 10001 101101000 111100 111001

Color Harmonies of #D34E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34E4F

Black with #D34E4F

Text Example


Text Example

White with #D34E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34E4F; }

 p { color: rgb(211,78,79); }

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

background-color css

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

 a { background-color: rgb(211,78,79); }

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

border-color css

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

 span { border-color: rgb(211,78,79); }

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