Html Css Color HEX #D64C54 Mandy

📋 copy color: '#D64C54'

red 214 ◦ green 76 ◦ blue 84

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

Shades of Mandy #D64C54

Tints of Mandy #D64C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.32%

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

R = 57.22%
G = 20.32%
B = 22.46%

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

#D64C54 (or 0xD64C54) is known color: Mandy. HEX triplet: D6, 4C and 54. RGB value is (214,76,84). Sum of RGB (Red+Green+Blue) = 214+76+84=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C54 is #29B3AB. Grayscale: #767676. Windows color (decimal): -2732972 or 5524694. OLE color: 5524694.

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

Color convert

RGB 214 76 84 -
CMYK 0 0.64 0.61 0.16
HSL 356.52º 0.63% 0.57% -
HSV(B) 356.52º 0.64% 0.84% -
XYZ 31.92 20.11 10.59 -
YUV 118.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 214 76 84 0 0.64 0.61 0.16 356.52 0.63 0.57
Hex D6 4C 54 0 40 3D 10 165 3F 39
Octal 326 114 124 0 100 75 20 545 77 71
Binary 11010110 1001100 1010100 0 1000000 111101 10000 101100101 111111 111001

Color Harmonies of #D64C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C54

Black with #D64C54

Text Example


Text Example

White with #D64C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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