Html Css Color HEX #D64C62 Mandy

📋 copy color: '#D64C62'

red 214 ◦ green 76 ◦ blue 98

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

Shades of Mandy #D64C62

Tints of Mandy #D64C62

RGB

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

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

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

R = 55.15%
G = 19.59%
B = 25.26%

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

#D64C62 (or 0xD64C62) is known color: Mandy. HEX triplet: D6, 4C and 62. RGB value is (214,76,98). Sum of RGB (Red+Green+Blue) = 214+76+98=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C62 is #29B39D. Grayscale: #777777. Windows color (decimal): -2732958 or 6442198. OLE color: 6442198.

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

Color convert

RGB 214 76 98 -
CMYK 0 0.64 0.54 0.16
HSL 350.43º 0.63% 0.57% -
HSV(B) 350.43º 0.64% 0.84% -
XYZ 32.52 20.35 13.77 -
YUV 119.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 214 76 98 0 0.64 0.54 0.16 350.43 0.63 0.57
Hex D6 4C 62 0 40 36 10 15E 3F 39
Octal 326 114 142 0 100 66 20 536 77 71
Binary 11010110 1001100 1100010 0 1000000 110110 10000 101011110 111111 111001

Color Harmonies of #D64C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C62

Black with #D64C62

Text Example


Text Example

White with #D64C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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