#D14056

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

Shades of Mandy #D14056

Tints of Mandy #D14056

Color information

#D14056 (or 0xD14056) is unknown color: approx Mandy. HEX triplet: D1, 40 and 56. RGB value is (209,64,86). Sum of RGB (Red+Green+Blue) = 209+64+86=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D14056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14056 is #2EBFA9. Grayscale: #6D6D6D. Windows color (decimal): -3063722 or 5652689. OLE color: 5652689.

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

Color convert

RGB2096486-
CMYK00.690.590.18
HSL350.9º61.18%53.53%-
HSV(B)350.9º69.38%81.96%-
XYZ29.8117.8910.69-
YUV109.86114.54198.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.22%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=58.22%
G=17.83%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209648600.690.590.18350.961.1853.53
HexD140560453B1215f3d36
Octal321100126010573225377566
Binary11010001100000010101100100010111101110010101011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14056; }

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

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

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

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

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

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

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

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