#D94A5B

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

Shades of Mandy #D94A5B

Tints of Mandy #D94A5B

Color information

#D94A5B (or 0xD94A5B) is unknown color: approx Mandy. HEX triplet: D9, 4A and 5B. RGB value is (217,74,91). Sum of RGB (Red+Green+Blue) = 217+74+91=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A5B is #26B5A4. Grayscale: #767676. Windows color (decimal): -2536869 or 5982937. OLE color: 5982937.

HSL color Cylindrical-coordinate representation of color #D94A5B: hue angle of 352.87º 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 #D94A5B is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB2177491-
CMYK00.660.580.15
HSL352.87º65.3%57.06%-
HSV(B)352.87º65.9%85.1%-
XYZ32.9520.412.1-
YUV118.7112.38198.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.81%
GREEN value IS 74 (29.30% from 255) = 19.37%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=56.81%
G=19.37%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217749100.660.580.15352.8765.357.06
HexD94A5B0423AF1614139
Octal3311121330102721754110171
Binary11011001100101010110110100001011101011111011000011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94A5B; }

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

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

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

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

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

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

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

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