#D94A5F

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

Shades of Mandy #D94A5F

Tints of Mandy #D94A5F

Color information

#D94A5F (or 0xD94A5F) is unknown color: approx Mandy. HEX triplet: D9, 4A and 5F. RGB value is (217,74,95). Sum of RGB (Red+Green+Blue) = 217+74+95=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A5F is #26B5A0. Grayscale: #777777. Windows color (decimal): -2536865 or 6245081. OLE color: 6245081.

HSL color Cylindrical-coordinate representation of color #D94A5F: hue angle of 351.19º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94A5F is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2177495-
CMYK00.660.560.15
HSL351.19º65.3%57.06%-
HSV(B)351.19º65.9%85.1%-
XYZ33.1320.4813.03-
YUV119.15114.38197.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.22%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 95 (37.5% from 255) = 24.61%
R=56.22%
G=19.17%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217749500.660.560.15351.1965.357.06
HexD94A5F04238F15f4139
Octal3311121370102701753710171
Binary11011001100101010111110100001011100011111010111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94A5F; }

 p { color: rgb(217,74,95); }

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

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

 a { background-color: rgb(217,74,95); }

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

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

 span { border-color: rgb(217,74,95); }

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