#D94A5C

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

Shades of Mandy #D94A5C

Tints of Mandy #D94A5C

Color information

#D94A5C (or 0xD94A5C) is unknown color: approx Mandy. HEX triplet: D9, 4A and 5C. RGB value is (217,74,92). Sum of RGB (Red+Green+Blue) = 217+74+92=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A5C is #26B5A3. Grayscale: #767676. Windows color (decimal): -2536868 or 6048473. OLE color: 6048473.

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

Color convert

RGB2177492-
CMYK00.660.580.15
HSL352.45º65.3%57.06%-
HSV(B)352.45º65.9%85.1%-
XYZ3320.4212.33-
YUV118.81112.88198.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.66%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=56.66%
G=19.32%
B=24.02%

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
Decimal217749200.660.580.15352.4565.357.06
HexD94A5C0423AF1604139
Octal3311121340102721754010171
Binary11011001100101010111000100001011101011111011000001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94A5C; }

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

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

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

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

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

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

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

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