#D64D62

Color #D64D62 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #D64D62

Tints of Mandy #D64D62

Color information

#D64D62 (or 0xD64D62) is unknown color: approx 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

RGB2147798-
CMYK00.640.540.16
HSL350.8º62.56%57.06%-
HSV(B)350.8º64.02%83.92%-
XYZ32.5920.4913.79-
YUV120.36115.39194.79-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214779800.640.540.16350.862.5657.06
HexD64D62040361015f3f39
Octal326115142010066205377771
Binary11010110100110111000100100000011011010000101011111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>