#D94A5D

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

Shades of Mandy #D94A5D

Tints of Mandy #D94A5D

Color information

#D94A5D (or 0xD94A5D) is unknown color: approx Mandy. HEX triplet: D9, 4A and 5D. RGB value is (217,74,93). Sum of RGB (Red+Green+Blue) = 217+74+93=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A5D is #26B5A2. Grayscale: #767676. Windows color (decimal): -2536867 or 6114009. OLE color: 6114009.

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

Color convert

RGB2177493-
CMYK00.660.570.15
HSL352.03º65.3%57.06%-
HSV(B)352.03º65.9%85.1%-
XYZ33.0420.4412.56-
YUV118.92113.38197.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.51%
GREEN value IS 74 (29.30% from 255) = 19.27%
BLUE value IS 93 (36.72% from 255) = 24.22%
R=56.51%
G=19.27%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217749300.660.570.15352.0365.357.06
HexD94A5D04239F1604139
Octal3311121350102711754010171
Binary11011001100101010111010100001011100111111011000001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94A5D; }

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

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

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

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

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

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

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

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