Html Css Color HEX #D64D57 Mandy

📋 copy color: '#D64D57'

red 214 ◦ green 77 ◦ blue 87

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

Shades of Mandy #D64D57

Tints of Mandy #D64D57

RGB

 RED value IS 214 (83.98% from 255) = 56.61%

 GREEN value IS 77 (30.47% from 255) = 20.37%

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

R = 56.61%
G = 20.37%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D64D57 (or 0xD64D57) is known color: Mandy. HEX triplet: D6, 4D and 57. RGB value is (214,77,87). Sum of RGB (Red+Green+Blue) = 214+77+87=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D57 is #29B2A8. Grayscale: #777777. Windows color (decimal): -2732713 or 5721558. OLE color: 5721558.

HSL color Cylindrical-coordinate representation of color #D64D57: hue angle of 355.62º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64D57 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 77 87 -
CMYK 0 0.64 0.59 0.16
HSL 355.62º 0.63% 0.57% -
HSV(B) 355.62º 0.64% 0.84% -
XYZ 32.11 20.29 11.24 -
YUV 119.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 214 77 87 0 0.64 0.59 0.16 355.62 0.63 0.57
Hex D6 4D 57 0 40 3B 10 164 3F 39
Octal 326 115 127 0 100 73 20 544 77 71
Binary 11010110 1001101 1010111 0 1000000 111011 10000 101100100 111111 111001

Color Harmonies of #D64D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D57

Black with #D64D57

Text Example


Text Example

White with #D64D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D57; }

 p { color: rgb(214,77,87); }

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

background-color css

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

 a { background-color: rgb(214,77,87); }

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

border-color css

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

 span { border-color: rgb(214,77,87); }

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