Html Css Color HEX #D34E5B Mandy

📋 copy color: '#D34E5B'

red 211 ◦ green 78 ◦ blue 91

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

Shades of Mandy #D34E5B

Tints of Mandy #D34E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 55.53%
G = 20.53%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D34E5B (or 0xD34E5B) is known color: Mandy. HEX triplet: D3, 4E and 5B. RGB value is (211,78,91). Sum of RGB (Red+Green+Blue) = 211+78+91=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E5B is #2CB1A4. Grayscale: #777777. Windows color (decimal): -2929061 or 5983955. OLE color: 5983955.

HSL color Cylindrical-coordinate representation of color #D34E5B: hue angle of 354.14º 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 #D34E5B is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 78 91 -
CMYK 0 0.63 0.57 0.17
HSL 354.14º 0.6% 0.57% -
HSV(B) 354.14º 0.63% 0.83% -
XYZ 31.48 20.05 12.11 -
YUV 119.25 112.06 193.44 -
System Red Green Blue C M Y K H S L
Decimal 211 78 91 0 0.63 0.57 0.17 354.14 0.6 0.57
Hex D3 4E 5B 0 3F 39 11 162 3C 39
Octal 323 116 133 0 77 71 21 542 74 71
Binary 11010011 1001110 1011011 0 111111 111001 10001 101100010 111100 111001

Color Harmonies of #D34E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34E5B

Black with #D34E5B

Text Example


Text Example

White with #D34E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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