Html Css Color HEX #D64E62 Mandy

📋 copy color: '#D64E62'

red 214 ◦ green 78 ◦ blue 98

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

Shades of Mandy #D64E62

Tints of Mandy #D64E62

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20%

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 54.87%
G = 20%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D64E62 (or 0xD64E62) is known color: Mandy. HEX triplet: D6, 4E and 62. RGB value is (214,78,98). Sum of RGB (Red+Green+Blue) = 214+78+98=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E62 is #29B19D. Grayscale: #797979. Windows color (decimal): -2732446 or 6442710. OLE color: 6442710.

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

Color convert

RGB 214 78 98 -
CMYK 0 0.64 0.54 0.16
HSL 351.18º 0.62% 0.57% -
HSV(B) 351.18º 0.64% 0.84% -
XYZ 32.66 20.63 13.82 -
YUV 120.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 214 78 98 0 0.64 0.54 0.16 351.18 0.62 0.57
Hex D6 4E 62 0 40 36 10 15F 3E 39
Octal 326 116 142 0 100 66 20 537 76 71
Binary 11010110 1001110 1100010 0 1000000 110110 10000 101011111 111110 111001

Color Harmonies of #D64E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E62

Black with #D64E62

Text Example


Text Example

White with #D64E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64E62; }

 p { color: rgb(214,78,98); }

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

background-color css

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

 a { background-color: rgb(214,78,98); }

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

border-color css

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

 span { border-color: rgb(214,78,98); }

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