Html Css Color HEX #D64E57 Mandy

📋 copy color: '#D64E57'

red 214 ◦ green 78 ◦ blue 87

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

Shades of Mandy #D64E57

Tints of Mandy #D64E57

RGB

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

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

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

R = 56.46%
G = 20.58%
B = 22.96%

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

#D64E57 (or 0xD64E57) is known color: Mandy. HEX triplet: D6, 4E and 57. RGB value is (214,78,87). Sum of RGB (Red+Green+Blue) = 214+78+87=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E57 is #29B1A8. Grayscale: #777777. Windows color (decimal): -2732457 or 5721814. OLE color: 5721814.

HSL color Cylindrical-coordinate representation of color #D64E57: hue angle of 356.03º degrees, saturation: 0.62, 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 #D64E57 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 78 87 -
CMYK 0 0.64 0.59 0.16
HSL 356.03º 0.62% 0.57% -
HSV(B) 356.03º 0.64% 0.84% -
XYZ 32.18 20.43 11.26 -
YUV 119.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 214 78 87 0 0.64 0.59 0.16 356.03 0.62 0.57
Hex D6 4E 57 0 40 3B 10 164 3E 39
Octal 326 116 127 0 100 73 20 544 76 71
Binary 11010110 1001110 1010111 0 1000000 111011 10000 101100100 111110 111001

Color Harmonies of #D64E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E57

Black with #D64E57

Text Example


Text Example

White with #D64E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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