Html Css Color HEX #D34A5E Mandy

📋 copy color: '#D34A5E'

red 211 ◦ green 74 ◦ blue 94

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

Shades of Mandy #D34A5E

Tints of Mandy #D34A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.8%

R = 55.67%
G = 19.53%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D34A5E (or 0xD34A5E) is known color: Mandy. HEX triplet: D3, 4A and 5E. RGB value is (211,74,94). Sum of RGB (Red+Green+Blue) = 211+74+94=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34A5E is #2CB5A1. Grayscale: #757575. Windows color (decimal): -2930082 or 6179539. OLE color: 6179539.

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

Color convert

RGB 211 74 94 -
CMYK 0 0.65 0.55 0.17
HSL 351.24º 0.61% 0.56% -
HSV(B) 351.24º 0.65% 0.83% -
XYZ 31.33 19.55 12.71 -
YUV 117.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 211 74 94 0 0.65 0.55 0.17 351.24 0.61 0.56
Hex D3 4A 5E 0 41 37 11 15F 3D 38
Octal 323 112 136 0 101 67 21 537 75 70
Binary 11010011 1001010 1011110 0 1000001 110111 10001 101011111 111101 111000

Color Harmonies of #D34A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34A5E

Black with #D34A5E

Text Example


Text Example

White with #D34A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34A5E; }

 p { color: rgb(211,74,94); }

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

background-color css

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

 a { background-color: rgb(211,74,94); }

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

border-color css

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

 span { border-color: rgb(211,74,94); }

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