Html Css Color HEX #D34849 Mandy

📋 copy color: '#D34849'

red 211 ◦ green 72 ◦ blue 73

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

Shades of Mandy #D34849

Tints of Mandy #D34849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 59.27%
G = 20.22%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D34849 (or 0xD34849) is known color: Mandy. HEX triplet: D3, 48 and 49. RGB value is (211,72,73). Sum of RGB (Red+Green+Blue) = 211+72+73=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D34849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34849 is #2CB7B6. Grayscale: #717171. Windows color (decimal): -2930615 or 4802771. OLE color: 4802771.

HSL color Cylindrical-coordinate representation of color #D34849: hue angle of 359.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34849 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 72 73 -
CMYK 0 0.66 0.65 0.17
HSL 359.57º 0.61% 0.55% -
HSV(B) 359.57º 0.66% 0.83% -
XYZ 30.38 18.96 8.36 -
YUV 113.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 211 72 73 0 0.66 0.65 0.17 359.57 0.61 0.55
Hex D3 48 49 0 42 41 11 168 3D 37
Octal 323 110 111 0 102 101 21 550 75 67
Binary 11010011 1001000 1001001 0 1000010 1000001 10001 101101000 111101 110111

Color Harmonies of #D34849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34849

Black with #D34849

Text Example


Text Example

White with #D34849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34849; }

 p { color: rgb(211,72,73); }

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

background-color css

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

 a { background-color: rgb(211,72,73); }

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

border-color css

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

 span { border-color: rgb(211,72,73); }

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