Html Css Color HEX #D34F57 Mandy

📋 copy color: '#D34F57'

red 211 ◦ green 79 ◦ blue 87

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

Shades of Mandy #D34F57

Tints of Mandy #D34F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.95%

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

R = 55.97%
G = 20.95%
B = 23.08%

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

#D34F57 (or 0xD34F57) is known color: Mandy. HEX triplet: D3, 4F and 57. RGB value is (211,79,87). Sum of RGB (Red+Green+Blue) = 211+79+87=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34F57 is #2CB0A8. Grayscale: #777777. Windows color (decimal): -2928809 or 5722067. OLE color: 5722067.

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

Color convert

RGB 211 79 87 -
CMYK 0 0.63 0.59 0.17
HSL 356.36º 0.6% 0.57% -
HSV(B) 356.36º 0.63% 0.83% -
XYZ 31.38 20.13 11.25 -
YUV 119.38 109.73 193.35 -
System Red Green Blue C M Y K H S L
Decimal 211 79 87 0 0.63 0.59 0.17 356.36 0.6 0.57
Hex D3 4F 57 0 3F 3B 11 164 3C 39
Octal 323 117 127 0 77 73 21 544 74 71
Binary 11010011 1001111 1010111 0 111111 111011 10001 101100100 111100 111001

Color Harmonies of #D34F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34F57

Black with #D34F57

Text Example


Text Example

White with #D34F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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