Html Css Color HEX #D64D62 Mandy

📋 copy color: '#D64D62'

red 214 ◦ green 77 ◦ blue 98

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

Shades of Mandy #D64D62

Tints of Mandy #D64D62

RGB

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

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

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

R = 55.01%
G = 19.79%
B = 25.19%

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

#D64D62 (or 0xD64D62) is known color: Mandy. HEX triplet: D6, 4D and 62. RGB value is (214,77,98). Sum of RGB (Red+Green+Blue) = 214+77+98=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D62 is #29B29D. Grayscale: #787878. Windows color (decimal): -2732702 or 6442454. OLE color: 6442454.

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

Color convert

RGB 214 77 98 -
CMYK 0 0.64 0.54 0.16
HSL 350.8º 0.63% 0.57% -
HSV(B) 350.8º 0.64% 0.84% -
XYZ 32.59 20.49 13.79 -
YUV 120.36 115.39 194.79 -
System Red Green Blue C M Y K H S L
Decimal 214 77 98 0 0.64 0.54 0.16 350.8 0.63 0.57
Hex D6 4D 62 0 40 36 10 15F 3F 39
Octal 326 115 142 0 100 66 20 537 77 71
Binary 11010110 1001101 1100010 0 1000000 110110 10000 101011111 111111 111001

Color Harmonies of #D64D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D62

Black with #D64D62

Text Example


Text Example

White with #D64D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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