Html Css Color HEX #D64D51 Mandy

📋 copy color: '#D64D51'

red 214 ◦ green 77 ◦ blue 81

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

Shades of Mandy #D64D51

Tints of Mandy #D64D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.77%

R = 57.53%
G = 20.7%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D64D51 (or 0xD64D51) is known color: Mandy. HEX triplet: D6, 4D and 51. RGB value is (214,77,81). Sum of RGB (Red+Green+Blue) = 214+77+81=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D51 is #29B2AE. Grayscale: #767676. Windows color (decimal): -2732719 or 5328342. OLE color: 5328342.

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

Color convert

RGB 214 77 81 -
CMYK 0 0.64 0.62 0.16
HSL 358.25º 0.63% 0.57% -
HSV(B) 358.25º 0.64% 0.84% -
XYZ 31.87 20.2 10 -
YUV 118.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 214 77 81 0 0.64 0.62 0.16 358.25 0.63 0.57
Hex D6 4D 51 0 40 3E 10 166 3F 39
Octal 326 115 121 0 100 76 20 546 77 71
Binary 11010110 1001101 1010001 0 1000000 111110 10000 101100110 111111 111001

Color Harmonies of #D64D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D51

Black with #D64D51

Text Example


Text Example

White with #D64D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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