#D14A59

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

Shades of Mandy #D14A59

Tints of Mandy #D14A59

Color information

#D14A59 (or 0xD14A59) is unknown color: approx Mandy. HEX triplet: D1, 4A and 59. RGB value is (209,74,89). Sum of RGB (Red+Green+Blue) = 209+74+89=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14A59 is #2EB5A6. Grayscale: #747474. Windows color (decimal): -3061159 or 5851857. OLE color: 5851857.

HSL color Cylindrical-coordinate representation of color #D14A59: hue angle of 353.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14A59 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB2097489-
CMYK00.650.570.18
HSL353.33º59.47%55.49%-
HSV(B)353.33º64.59%81.96%-
XYZ30.5519.1711.54-
YUV116.08112.73194.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.18%
GREEN value IS 74 (29.30% from 255) = 19.89%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=56.18%
G=19.89%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209748900.650.570.18353.3359.4755.49
HexD14A5904139121613b37
Octal321112131010171225417367
Binary11010001100101010110010100000111100110010101100001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14A59; }

 p { color: rgb(209,74,89); }

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

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

 a { background-color: rgb(209,74,89); }

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

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

 span { border-color: rgb(209,74,89); }

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