Html Css Color HEX #D64F5E Mandy

📋 copy color: '#D64F5E'

red 214 ◦ green 79 ◦ blue 94

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

Shades of Mandy #D64F5E

Tints of Mandy #D64F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.29%

R = 55.3%
G = 20.41%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D64F5E (or 0xD64F5E) is known color: Mandy. HEX triplet: D6, 4F and 5E. RGB value is (214,79,94). Sum of RGB (Red+Green+Blue) = 214+79+94=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F5E is #29B0A1. Grayscale: #797979. Windows color (decimal): -2732194 or 6180822. OLE color: 6180822.

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

Color convert

RGB 214 79 94 -
CMYK 0 0.63 0.56 0.16
HSL 353.33º 0.62% 0.57% -
HSV(B) 353.33º 0.63% 0.84% -
XYZ 32.55 20.7 12.87 -
YUV 121.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 214 79 94 0 0.63 0.56 0.16 353.33 0.62 0.57
Hex D6 4F 5E 0 3F 38 10 161 3E 39
Octal 326 117 136 0 77 70 20 541 76 71
Binary 11010110 1001111 1011110 0 111111 111000 10000 101100001 111110 111001

Color Harmonies of #D64F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F5E

Black with #D64F5E

Text Example


Text Example

White with #D64F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F5E; }

 p { color: rgb(214,79,94); }

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

background-color css

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

 a { background-color: rgb(214,79,94); }

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

border-color css

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

 span { border-color: rgb(214,79,94); }

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