#D64E5B

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

Shades of Mandy #D64E5B

Tints of Mandy #D64E5B

Color information

#D64E5B (or 0xD64E5B) is unknown color: approx Mandy. HEX triplet: D6, 4E and 5B. RGB value is (214,78,91). Sum of RGB (Red+Green+Blue) = 214+78+91=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E5B is #29B1A4. Grayscale: #787878. Windows color (decimal): -2732453 or 5983958. OLE color: 5983958.

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

Color convert

RGB2147891-
CMYK00.640.570.16
HSL354.26º62.39%57.25%-
HSV(B)354.26º63.55%83.92%-
XYZ32.3420.512.15-
YUV120.15111.56194.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.87%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=55.87%
G=20.37%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214789100.640.570.16354.2662.3957.25
HexD64E5B04039101623e39
Octal326116133010071205427671
Binary11010110100111010110110100000011100110000101100010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64E5B; }

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

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

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

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

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

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

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

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