#D6494E

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

Shades of Mandy #D6494E

Tints of Mandy #D6494E

Color information

#D6494E (or 0xD6494E) is unknown color: approx Mandy. HEX triplet: D6, 49 and 4E. RGB value is (214,73,78). Sum of RGB (Red+Green+Blue) = 214+73+78=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D6494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6494E is #29B6B1. Grayscale: #737373. Windows color (decimal): -2733746 or 5130710. OLE color: 5130710.

HSL color Cylindrical-coordinate representation of color #D6494E: hue angle of 357.87º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6494E is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2147378-
CMYK00.660.640.16
HSL357.87º63.23%56.27%-
HSV(B)357.87º65.89%83.92%-
XYZ31.4919.619.33-
YUV115.73106.71198.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.63%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=58.63%
G=20%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214737800.660.640.16357.8763.2356.27
HexD6494E04240101663f38
Octal3261111160102100205467770
Binary110101101001001100111001000010100000010000101100110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6494E; }

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

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

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

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

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

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

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

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