Html Css Color HEX #D64C61 Mandy

📋 copy color: '#D64C61'

red 214 ◦ green 76 ◦ blue 97

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

Shades of Mandy #D64C61

Tints of Mandy #D64C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.06%

R = 55.3%
G = 19.64%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D64C61 (or 0xD64C61) is known color: Mandy. HEX triplet: D6, 4C and 61. RGB value is (214,76,97). Sum of RGB (Red+Green+Blue) = 214+76+97=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C61 is #29B39E. Grayscale: #777777. Windows color (decimal): -2732959 or 6376662. OLE color: 6376662.

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

Color convert

RGB 214 76 97 -
CMYK 0 0.64 0.55 0.16
HSL 350.87º 0.63% 0.57% -
HSV(B) 350.87º 0.64% 0.84% -
XYZ 32.47 20.33 13.52 -
YUV 119.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 214 76 97 0 0.64 0.55 0.16 350.87 0.63 0.57
Hex D6 4C 61 0 40 37 10 15F 3F 39
Octal 326 114 141 0 100 67 20 537 77 71
Binary 11010110 1001100 1100001 0 1000000 110111 10000 101011111 111111 111001

Color Harmonies of #D64C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C61

Black with #D64C61

Text Example


Text Example

White with #D64C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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