#D94E5B

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

Shades of Mandy #D94E5B

Tints of Mandy #D94E5B

Color information

#D94E5B (or 0xD94E5B) is unknown color: approx Mandy. HEX triplet: D9, 4E and 5B. RGB value is (217,78,91). Sum of RGB (Red+Green+Blue) = 217+78+91=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E5B is #26B1A4. Grayscale: #797979. Windows color (decimal): -2535845 or 5983961. OLE color: 5983961.

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

Color convert

RGB2177891-
CMYK00.640.580.15
HSL354.39º64.65%57.84%-
HSV(B)354.39º64.06%85.1%-
XYZ33.2320.9612.19-
YUV121.04111.05196.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.22%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=56.22%
G=20.21%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217789100.640.580.15354.3964.6557.84
HexD94E5B0403AF162413a
Octal3311161330100721754210172
Binary11011001100111010110110100000011101011111011000101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94E5B; }

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

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

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

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

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

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

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

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