Html Css Color HEX #D34E57 Mandy

📋 copy color: '#D34E57'

red 211 ◦ green 78 ◦ blue 87

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

Shades of Mandy #D34E57

Tints of Mandy #D34E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.14%

R = 56.12%
G = 20.74%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D34E57 (or 0xD34E57) is known color: Mandy. HEX triplet: D3, 4E and 57. RGB value is (211,78,87). Sum of RGB (Red+Green+Blue) = 211+78+87=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E57 is #2CB1A8. Grayscale: #767676. Windows color (decimal): -2929065 or 5721811. OLE color: 5721811.

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

Color convert

RGB 211 78 87 -
CMYK 0 0.63 0.59 0.17
HSL 355.94º 0.6% 0.57% -
HSV(B) 355.94º 0.63% 0.83% -
XYZ 31.31 19.99 11.22 -
YUV 118.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 211 78 87 0 0.63 0.59 0.17 355.94 0.6 0.57
Hex D3 4E 57 0 3F 3B 11 164 3C 39
Octal 323 116 127 0 77 73 21 544 74 71
Binary 11010011 1001110 1010111 0 111111 111011 10001 101100100 111100 111001

Color Harmonies of #D34E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34E57

Black with #D34E57

Text Example


Text Example

White with #D34E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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