#D94E55

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

Shades of Mandy #D94E55

Tints of Mandy #D94E55

Color information

#D94E55 (or 0xD94E55) is unknown color: approx Mandy. HEX triplet: D9, 4E and 55. RGB value is (217,78,85). Sum of RGB (Red+Green+Blue) = 217+78+85=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E55 is #26B1AA. Grayscale: #787878. Windows color (decimal): -2535851 or 5590745. OLE color: 5590745.

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

Color convert

RGB2177885-
CMYK00.640.610.15
HSL356.98º64.65%57.84%-
HSV(B)356.98º64.06%85.1%-
XYZ32.9820.8610.88-
YUV120.36108.05196.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.11%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=57.11%
G=20.53%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217788500.640.610.15356.9864.6557.84
HexD94E550403DF165413a
Octal3311161250100751754510172
Binary11011001100111010101010100000011110111111011001011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94E55; }

 p { color: rgb(217,78,85); }

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

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

 a { background-color: rgb(217,78,85); }

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

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

 span { border-color: rgb(217,78,85); }

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