Html Css Color HEX #D64D54 Mandy

📋 copy color: '#D64D54'

red 214 ◦ green 77 ◦ blue 84

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

Shades of Mandy #D64D54

Tints of Mandy #D64D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.4%

R = 57.07%
G = 20.53%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D64D54 (or 0xD64D54) is known color: Mandy. HEX triplet: D6, 4D and 54. RGB value is (214,77,84). Sum of RGB (Red+Green+Blue) = 214+77+84=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D54 is #29B2AB. Grayscale: #767676. Windows color (decimal): -2732716 or 5524950. OLE color: 5524950.

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

Color convert

RGB 214 77 84 -
CMYK 0 0.64 0.61 0.16
HSL 356.93º 0.63% 0.57% -
HSV(B) 356.93º 0.64% 0.84% -
XYZ 31.99 20.24 10.61 -
YUV 118.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 214 77 84 0 0.64 0.61 0.16 356.93 0.63 0.57
Hex D6 4D 54 0 40 3D 10 165 3F 39
Octal 326 115 124 0 100 75 20 545 77 71
Binary 11010110 1001101 1010100 0 1000000 111101 10000 101100101 111111 111001

Color Harmonies of #D64D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D54

Black with #D64D54

Text Example


Text Example

White with #D64D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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