#D64E5E

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

Shades of Mandy #D64E5E

Tints of Mandy #D64E5E

Color information

#D64E5E (or 0xD64E5E) is unknown color: approx Mandy. HEX triplet: D6, 4E and 5E. RGB value is (214,78,94). Sum of RGB (Red+Green+Blue) = 214+78+94=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E5E is #29B1A1. Grayscale: #787878. Windows color (decimal): -2732450 or 6180566. OLE color: 6180566.

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

Color convert

RGB2147894-
CMYK00.640.560.16
HSL352.94º62.39%57.25%-
HSV(B)352.94º63.55%83.92%-
XYZ32.4820.5512.85-
YUV120.49113.06194.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.44%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 94 (37.11% from 255) = 24.35%
R=55.44%
G=20.21%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214789400.640.560.16352.9462.3957.25
HexD64E5E04038101613e39
Octal326116136010070205417671
Binary11010110100111010111100100000011100010000101100001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64E5E; }

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

 H1.HeaderClassName
 {
   color: #D64E5E;
 }
 .AnyTagClassName
 {
   color: #D64E5E;
 }
</style>
background-color css

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

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

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

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

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

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