#d14c56

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

Shades of Mandy #D14C56

Tints of Mandy #D14C56

Color information

#D14C56 (or 0xD14C56) is unknown color: approx Mandy. HEX triplet: D1, 4C and 56. RGB value is (209,76,86). Sum of RGB (Red+Green+Blue) = 209+76+86=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14C56 is #2EB3A9. Grayscale: #757575. Windows color (decimal): -3060650 or 5655761. OLE color: 5655761.

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

Color convert

RGB2097686-
CMYK00.640.590.18
HSL355.49º59.11%55.88%-
HSV(B)355.49º63.64%81.96%-
XYZ30.5619.410.94-
YUV116.91110.56193.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.33%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=56.33%
G=20.49%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209768600.640.590.18355.4959.1155.88
HexD14C560403B121633b38
Octal321114126010073225437370
Binary11010001100110010101100100000011101110010101100011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d14c56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d14c56; }

 p { color: rgb(209,76,86); }

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

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

 a { background-color: rgb(209,76,86); }

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

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

 span { border-color: rgb(209,76,86); }

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